Lines Matching refs:seqhi_len
338 int seqhi_len = 0; in ah6_output() local
358 seqhi_len = sizeof(*seqhi); in ah6_output()
362 extlen + seqhi_len); in ah6_output()
368 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output()
423 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
425 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
528 int seqhi_len = 0; in ah6_input() local
570 seqhi_len = sizeof(*seqhi); in ah6_input()
574 ahp->icv_trunc_len + seqhi_len); in ah6_input()
582 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
609 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_input()
612 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()