Searched refs:ah_tmp_icv (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | ah4.c | 47 static inline u8 *ah_tmp_icv(void *tmp, unsigned int offset) in ah_tmp_icv() function 129 icv = ah_tmp_icv(iph, ihl); in ah_output_done() 182 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output() 279 icv = ah_tmp_icv(auth_data, ahp->icv_trunc_len); in ah_input_done() 374 icv = ah_tmp_icv(auth_data, ahp->icv_trunc_len); in ah_input()
|
/linux-6.12.1/net/ipv6/ |
D | ah6.c | 76 static inline u8 *ah_tmp_icv(void *tmp, unsigned int offset) in ah_tmp_icv() function 299 icv = ah_tmp_icv(iph_ext, extlen); in ah6_output_done() 362 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output() 468 icv = ah_tmp_icv(auth_data, ahp->icv_trunc_len); in ah6_input_done() 576 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input()
|