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

/linux-master/net/wireless/
H A Dlib80211_crypt_tkip.c474 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, argument
477 SHASH_DESC_ON_STACK(desc, tfm_michael);
480 if (tfm_michael == NULL) {
481 pr_warn("%s(): tfm_michael == NULL\n", __func__);
485 desc->tfm = tfm_michael;
487 if (crypto_shash_setkey(tfm_michael, key, 8))
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c439 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, argument
442 SHASH_DESC_ON_STACK(desc, tfm_michael);
445 desc->tfm = tfm_michael;
447 if (crypto_shash_setkey(tfm_michael, key, 8))

Completed in 208 milliseconds