Searched refs:seqhi_len (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | ah4.c | 157 int seqhi_len = 0; in ah_output() local 175 seqhi_len = sizeof(*seqhi); in ah_output() 178 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output() 182 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output() 229 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output() 231 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output() 316 int seqhi_len = 0; in ah_input() local 362 seqhi_len = sizeof(*seqhi); in ah_input() 366 ahp->icv_trunc_len + seqhi_len); in ah_input() 373 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input() [all …]
|
/linux-6.12.1/net/ipv6/ |
D | ah6.c | 332 int seqhi_len = 0; in ah6_output() local 352 seqhi_len = sizeof(*seqhi); in ah6_output() 356 extlen + seqhi_len); in ah6_output() 362 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output() 417 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output() 419 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output() 522 int seqhi_len = 0; in ah6_input() local 564 seqhi_len = sizeof(*seqhi); in ah6_input() 568 ahp->icv_trunc_len + seqhi_len); in ah6_input() 576 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input() [all …]
|