Home
last modified time | relevance | path

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

/linux-6.1.9/net/wireless/
Dlib80211_crypt_tkip.c68 struct crypto_shash *tx_tfm_michael; member
103 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in lib80211_tkip_init()
104 if (IS_ERR(priv->tx_tfm_michael)) { in lib80211_tkip_init()
105 priv->tx_tfm_michael = NULL; in lib80211_tkip_init()
119 crypto_free_shash(priv->tx_tfm_michael); in lib80211_tkip_init()
131 crypto_free_shash(_priv->tx_tfm_michael); in lib80211_tkip_deinit()
556 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in lib80211_michael_mic_add()
624 struct crypto_shash *tfm = tkey->tx_tfm_michael; in lib80211_tkip_set_key()
632 tkey->tx_tfm_michael = tfm; in lib80211_tkip_set_key()
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c51 struct crypto_shash *tx_tfm_michael; member
69 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init()
70 if (IS_ERR(priv->tx_tfm_michael)) { in rtllib_tkip_init()
72 priv->tx_tfm_michael = NULL; in rtllib_tkip_init()
86 crypto_free_shash(priv->tx_tfm_michael); in rtllib_tkip_init()
100 crypto_free_shash(_priv->tx_tfm_michael); in rtllib_tkip_deinit()
535 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in rtllib_michael_mic_add()
617 struct crypto_shash *tfm = tkey->tx_tfm_michael; in rtllib_tkip_set_key()
623 tkey->tx_tfm_michael = tfm; in rtllib_tkip_set_key()
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c55 struct crypto_shash *tx_tfm_michael; member
73 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init()
74 if (IS_ERR(priv->tx_tfm_michael)) { in ieee80211_tkip_init()
77 priv->tx_tfm_michael = NULL; in ieee80211_tkip_init()
93 crypto_free_shash(priv->tx_tfm_michael); in ieee80211_tkip_init()
107 crypto_free_shash(_priv->tx_tfm_michael); in ieee80211_tkip_deinit()
528 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in ieee80211_michael_mic_add()
608 struct crypto_shash *tfm = tkey->tx_tfm_michael; in ieee80211_tkip_set_key()
614 tkey->tx_tfm_michael = tfm; in ieee80211_tkip_set_key()