Home
last modified time | relevance | path

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

/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 …]
/net/ipv6/
Dah6.c338 int seqhi_len = 0; in ah6_output() local
358 seqhi_len = sizeof(*seqhi); in ah6_output()
362 extlen + seqhi_len); in ah6_output()
368 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output()
423 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
425 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
528 int seqhi_len = 0; in ah6_input() local
570 seqhi_len = sizeof(*seqhi); in ah6_input()
574 ahp->icv_trunc_len + seqhi_len); in ah6_input()
582 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
[all …]