Lines Matching refs:seqhi_len
320 int seqhi_len = 0; in ah6_output_done() local
328 seqhi_len = sizeof(*seqhi); in ah6_output_done()
332 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output_done()
359 int seqhi_len = 0; in ah6_output() local
379 seqhi_len = sizeof(*seqhi); in ah6_output()
383 extlen + seqhi_len); in ah6_output()
389 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output()
440 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
442 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
479 int seqhi_len = 0; in ah6_input_done() local
486 seqhi_len = sizeof(*seqhi); in ah6_input_done()
490 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input_done()
544 int seqhi_len = 0; in ah6_input() local
586 seqhi_len = sizeof(*seqhi); in ah6_input()
590 ahp->icv_trunc_len + seqhi_len); in ah6_input()
598 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input()
625 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_input()
628 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()