Home
last modified time | relevance | path

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

/net/wireless/
Dlib80211_crypt_tkip.c533 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, in michael_mic() argument
539 if (tfm_michael == NULL) { in michael_mic()
547 if (crypto_hash_setkey(tfm_michael, key, 8)) in michael_mic()
550 desc.tfm = tfm_michael; in michael_mic()