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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_tkip.c530 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
536 if (tfm_michael == NULL) {
537 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
548 if (crypto_hash_setkey(tfm_michael, key, 8))
551 desc.tfm = tfm_michael;

Completed in 15 milliseconds