Lines Matching refs:sg
343 struct scatterlist *sg; in ah6_output() local
380 sg = ah_req_sg(ahash, req); in ah6_output()
381 seqhisg = sg + nfrags; in ah6_output()
425 sg_init_table(sg, nfrags + sglists); in ah6_output()
426 skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_output()
433 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
524 struct scatterlist *sg; in ah6_input() local
587 sg = ah_req_sg(ahash, req); in ah6_input()
588 seqhisg = sg + nfrags; in ah6_input()
603 sg_init_table(sg, nfrags + sglists); in ah6_input()
604 skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
612 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()