Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dah4.c159 int seqhi_len = 0; in ah_output() local
177 seqhi_len = sizeof(*seqhi); in ah_output()
180 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output()
184 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output()
231 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
233 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output()
318 int seqhi_len = 0; in ah_input() local
364 seqhi_len = sizeof(*seqhi); in ah_input()
368 ahp->icv_trunc_len + seqhi_len); in ah_input()
375 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()
[all …]
/Linux-v4.19/net/ipv6/
Dah6.c350 int seqhi_len = 0; in ah6_output() local
370 seqhi_len = sizeof(*seqhi); in ah6_output()
374 extlen + seqhi_len); in ah6_output()
380 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output()
435 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
437 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
540 int seqhi_len = 0; in ah6_input() local
582 seqhi_len = sizeof(*seqhi); in ah6_input()
586 ahp->icv_trunc_len + seqhi_len); in ah6_input()
594 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
[all …]