Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c55 struct crypto_shash *tx_tfm_michael; member
78 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init()
79 if (IS_ERR(priv->tx_tfm_michael)) { in ieee80211_tkip_init()
82 priv->tx_tfm_michael = NULL; in ieee80211_tkip_init()
106 crypto_free_shash(priv->tx_tfm_michael); in ieee80211_tkip_init()
122 crypto_free_shash(_priv->tx_tfm_michael); in ieee80211_tkip_deinit()
577 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in ieee80211_michael_mic_add()
658 struct crypto_shash *tfm = tkey->tx_tfm_michael; in ieee80211_tkip_set_key()
666 tkey->tx_tfm_michael = tfm; in ieee80211_tkip_set_key()
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c51 struct crypto_shash *tx_tfm_michael; member
72 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init()
73 if (IS_ERR(priv->tx_tfm_michael)) { in rtllib_tkip_init()
75 priv->tx_tfm_michael = NULL; in rtllib_tkip_init()
96 crypto_free_shash(priv->tx_tfm_michael); in rtllib_tkip_init()
112 crypto_free_shash(_priv->tx_tfm_michael); in rtllib_tkip_deinit()
577 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in rtllib_michael_mic_add()
659 struct crypto_shash *tfm = tkey->tx_tfm_michael; in rtllib_tkip_set_key()
667 tkey->tx_tfm_michael = tfm; in rtllib_tkip_set_key()
/Linux-v5.4/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()