Lines Matching refs:sg
154 struct scatterlist *sg; in ah_output() local
185 sg = ah_req_sg(ahash, req); in ah_output()
186 seqhisg = sg + nfrags; in ah_output()
222 sg_init_table(sg, nfrags + sglists); in ah_output()
223 skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_output()
230 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output()
307 struct scatterlist *sg; in ah_input() local
370 sg = ah_req_sg(ahash, req); in ah_input()
371 seqhisg = sg + nfrags; in ah_input()
390 sg_init_table(sg, nfrags + sglists); in ah_input()
391 skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah_input()
398 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_input()