Lines Matching refs:seqhi_len
348 int seqhi_len = 0; in ah6_output() local
368 seqhi_len = sizeof(*seqhi); in ah6_output()
372 extlen + seqhi_len); in ah6_output()
378 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output()
431 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
433 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
533 int seqhi_len = 0; in ah6_input() local
575 seqhi_len = sizeof(*seqhi); in ah6_input()
579 ahp->icv_trunc_len + seqhi_len); in ah6_input()
585 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()