Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c53 struct crypto_shash *rx_tfm_michael; member
92 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init()
93 if (IS_ERR(priv->rx_tfm_michael)) { in rtllib_tkip_init()
95 priv->rx_tfm_michael = NULL; in rtllib_tkip_init()
104 crypto_free_shash(priv->rx_tfm_michael); in rtllib_tkip_init()
120 crypto_free_shash(_priv->rx_tfm_michael); in rtllib_tkip_deinit()
629 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in rtllib_michael_mic_verify()
668 struct crypto_shash *tfm3 = tkey->rx_tfm_michael; in rtllib_tkip_set_key()
676 tkey->rx_tfm_michael = tfm3; in rtllib_tkip_set_key()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c57 struct crypto_shash *rx_tfm_michael; member
100 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init()
101 if (IS_ERR(priv->rx_tfm_michael)) { in ieee80211_tkip_init()
104 priv->rx_tfm_michael = NULL; in ieee80211_tkip_init()
114 crypto_free_shash(priv->rx_tfm_michael); in ieee80211_tkip_init()
130 crypto_free_shash(_priv->rx_tfm_michael); in ieee80211_tkip_deinit()
631 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in ieee80211_michael_mic_verify()
667 struct crypto_shash *tfm3 = tkey->rx_tfm_michael; in ieee80211_tkip_set_key()
675 tkey->rx_tfm_michael = tfm3; in ieee80211_tkip_set_key()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_tkip.c68 struct crypto_shash *rx_tfm_michael; member
122 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in lib80211_tkip_init()
123 if (IS_ERR(priv->rx_tfm_michael)) { in lib80211_tkip_init()
124 priv->rx_tfm_michael = NULL; in lib80211_tkip_init()
134 crypto_free_shash(priv->rx_tfm_michael); in lib80211_tkip_init()
148 crypto_free_shash(_priv->rx_tfm_michael); in lib80211_tkip_deinit()
632 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in lib80211_michael_mic_verify()
664 struct crypto_shash *tfm3 = tkey->rx_tfm_michael; in lib80211_tkip_set_key()
672 tkey->rx_tfm_michael = tfm3; in lib80211_tkip_set_key()