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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dah4.c45 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, function
128 icv = ah_tmp_icv(ahp->ahash, iph, ihl);
175 icv = ah_tmp_icv(ahash, iph, ihl);
258 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len);
330 icv = ah_tmp_icv(ahash, auth_data, ahp->icv_trunc_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dah6.c87 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, function
314 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen);
368 icv = ah_tmp_icv(ahash, iph_ext, extlen);
463 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len);
554 icv = ah_tmp_icv(ahash, auth_data, ahp->icv_trunc_len);

Completed in 93 milliseconds