Searched refs:seqhi_len (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ah4.c | 127 int seqhi_len = 0; in ah_output_done() local 131 seqhi_len = sizeof(*seqhi); in ah_output_done() 134 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output_done() 162 int seqhi_len = 0; in ah_output() local 180 seqhi_len = sizeof(*seqhi); in ah_output() 183 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output() 187 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output() 234 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output() 236 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output() 278 int seqhi_len = 0; in ah_input_done() local [all …]
|
| /linux/net/ipv6/ |
| H A D | ah6.c | 320 int seqhi_len = 0; in ah6_output_done() local 328 seqhi_len = sizeof(*seqhi); in ah6_output_done() 332 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output_done() 359 int seqhi_len = 0; in ah6_output() local 379 seqhi_len = sizeof(*seqhi); in ah6_output() 383 extlen + seqhi_len); in ah6_output() 389 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output() 440 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output() 442 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output() 479 int seqhi_len = 0; in ah6_input_done() local [all …]
|