Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c59 struct crypto_shash *tx_tfm_michael; member
83 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init()
84 if (IS_ERR(priv->tx_tfm_michael)) { in ieee80211_tkip_init()
87 priv->tx_tfm_michael = NULL; in ieee80211_tkip_init()
112 crypto_free_shash(priv->tx_tfm_michael); in ieee80211_tkip_init()
128 crypto_free_shash(_priv->tx_tfm_michael); in ieee80211_tkip_deinit()
584 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in ieee80211_michael_mic_add()
665 struct crypto_shash *tfm = tkey->tx_tfm_michael; in ieee80211_tkip_set_key()
673 tkey->tx_tfm_michael = tfm; in ieee80211_tkip_set_key()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c55 struct crypto_shash *tx_tfm_michael; member
77 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init()
78 if (IS_ERR(priv->tx_tfm_michael)) { in rtllib_tkip_init()
80 priv->tx_tfm_michael = NULL; in rtllib_tkip_init()
102 crypto_free_shash(priv->tx_tfm_michael); in rtllib_tkip_init()
118 crypto_free_shash(_priv->tx_tfm_michael); in rtllib_tkip_deinit()
584 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in rtllib_michael_mic_add()
666 struct crypto_shash *tfm = tkey->tx_tfm_michael; in rtllib_tkip_set_key()
674 tkey->tx_tfm_michael = tfm; in rtllib_tkip_set_key()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_tkip.c70 struct crypto_shash *tx_tfm_michael; member
109 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in lib80211_tkip_init()
110 if (IS_ERR(priv->tx_tfm_michael)) { in lib80211_tkip_init()
111 priv->tx_tfm_michael = NULL; in lib80211_tkip_init()
132 crypto_free_shash(priv->tx_tfm_michael); in lib80211_tkip_init()
146 crypto_free_shash(_priv->tx_tfm_michael); in lib80211_tkip_deinit()
594 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in lib80211_michael_mic_add()
662 struct crypto_shash *tfm = tkey->tx_tfm_michael; in lib80211_tkip_set_key()
670 tkey->tx_tfm_michael = tfm; in lib80211_tkip_set_key()