Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dah4.c158 int seqhi_len = 0; in ah_output() local
176 seqhi_len = sizeof(*seqhi); in ah_output()
179 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output()
183 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output()
228 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
230 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output()
312 int seqhi_len = 0; in ah_input() local
358 seqhi_len = sizeof(*seqhi); in ah_input()
362 ahp->icv_trunc_len + seqhi_len); in ah_input()
367 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()
[all …]
/linux-4.1.27/net/ipv6/
Dah6.c348 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()
[all …]