Lines Matching refs:seqhi_len
159 int seqhi_len = 0; in ah_output() local
177 seqhi_len = sizeof(*seqhi); in ah_output()
180 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output()
184 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output()
231 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
233 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output()
318 int seqhi_len = 0; in ah_input() local
364 seqhi_len = sizeof(*seqhi); in ah_input()
368 ahp->icv_trunc_len + seqhi_len); in ah_input()
375 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()
406 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_input()
408 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_input()