Searched refs:ah_tmp_icv (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/ |
D | ah4.c | 49 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv() function 132 icv = ah_tmp_icv(ahp->ahash, iph, ihl); in ah_output_done() 185 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output() 282 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len); in ah_input_done() 377 icv = ah_tmp_icv(ahash, auth_data, ahp->icv_trunc_len); in ah_input()
|
/net/ipv6/ |
D | ah6.c | 78 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv() function 305 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done() 368 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output() 474 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len); in ah6_input_done() 582 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
|