Lines Matching refs:seqhi_len
158 int seqhi_len = 0; in ah_output() local
176 seqhi_len = sizeof(*seqhi); in ah_output()
179 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output()
183 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output()
228 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
230 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output()
312 int seqhi_len = 0; in ah_input() local
358 seqhi_len = sizeof(*seqhi); in ah_input()
362 ahp->icv_trunc_len + seqhi_len); in ah_input()
367 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()
396 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_input()
398 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_input()