Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dah4.c47 static inline u8 *ah_tmp_icv(void *tmp, unsigned int offset) in ah_tmp_icv() function
134 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output_done()
187 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output()
289 icv = ah_tmp_icv(auth_data, ahp->icv_trunc_len); in ah_input_done()
384 icv = ah_tmp_icv(auth_data, ahp->icv_trunc_len); in ah_input()
/linux/net/ipv6/
H A Dah6.c104 static inline u8 *ah_tmp_icv(void *tmp, unsigned int offset) in ah_tmp_icv() function
332 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output_done()
389 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output()
490 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input_done()
598 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input()