Lines Matching refs:seqhi_len
335 int seqhi_len = 0; in ah6_output() local
355 seqhi_len = sizeof(*seqhi); in ah6_output()
359 extlen + seqhi_len); in ah6_output()
365 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output()
420 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
422 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
525 int seqhi_len = 0; in ah6_input() local
567 seqhi_len = sizeof(*seqhi); in ah6_input()
571 ahp->icv_trunc_len + seqhi_len); in ah6_input()
579 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
606 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_input()
609 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()