Searched refs:ah_tmp_icv (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | ah4.c | 48 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv() function 131 icv = ah_tmp_icv(ahp->ahash, iph, ihl); in ah_output_done() 184 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output() 281 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len); in ah_input_done() 376 icv = ah_tmp_icv(ahash, auth_data, ahp->icv_trunc_len); in ah_input()
|
/Linux-v4.19/net/ipv6/ |
D | ah6.c | 90 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv() function 317 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done() 380 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output() 486 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len); in ah6_input_done() 594 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
|