Searched refs:ah_tmp_icv (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/net/ipv4/ |
D | ah4.c | 47 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv() function 130 icv = ah_tmp_icv(ahp->ahash, iph, ihl); in ah_output_done() 175 icv = ah_tmp_icv(ahash, iph, ihl); in ah_output() 261 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len); in ah_input_done() 340 icv = ah_tmp_icv(ahash, auth_data, ahp->icv_trunc_len); in ah_input()
|
/linux-3.4.99/net/ipv6/ |
D | ah6.c | 87 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv() function 314 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done() 366 icv = ah_tmp_icv(ahash, iph_ext, extlen); in ah6_output() 461 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len); in ah6_input_done() 554 icv = ah_tmp_icv(ahash, auth_data, ahp->icv_trunc_len); in ah6_input()
|