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 | 327 int seqhi_len = 0; in ah6_output_done() 335 seqhi_len = sizeof(*seqhi); in ah6_output_done() 339 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output_done() 366 int seqhi_len = 0; in ah6_output() 386 seqhi_len = sizeof(*seqhi); in ah6_output() 390 extlen + seqhi_len); in ah6_output() 396 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output() 447 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output() 449 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output() 486 int seqhi_len in ah6_input_done() 320 int seqhi_len = 0; ah6_output_done() local 359 int seqhi_len = 0; ah6_output() local 479 int seqhi_len = 0; ah6_input_done() local 544 int seqhi_len = 0; ah6_input() local [all...] |