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
589 sg = ah_req_sg(ahash, req); in ah6_input()
590 seqhisg = sg + nfrags; in ah6_input()
605 sg_init_table(sg, nfrags + sglists); in ah6_input()
606 skb_to_sgvec_nomark(skb, sg, 0, skb->len); in ah6_input()
614 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()