Home
last modified time | relevance | path

Searched refs:seqhi_len (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/ipv4/
Dah4.c160 int seqhi_len = 0; in ah_output() local
178 seqhi_len = sizeof(*seqhi); in ah_output()
181 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output()
185 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output()
232 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
234 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output()
319 int seqhi_len = 0; in ah_input() local
365 seqhi_len = sizeof(*seqhi); in ah_input()
369 ahp->icv_trunc_len + seqhi_len); in ah_input()
376 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()
[all …]
/Linux-v6.6/net/ipv6/
Dah6.c335 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()
[all …]