Home
last modified time | relevance | path

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

/linux-5.19.10/net/wireless/
Dlib80211_crypt_tkip.c67 struct crypto_shash *rx_tfm_michael; member
109 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in lib80211_tkip_init()
110 if (IS_ERR(priv->rx_tfm_michael)) { in lib80211_tkip_init()
111 priv->rx_tfm_michael = NULL; in lib80211_tkip_init()
120 crypto_free_shash(priv->rx_tfm_michael); in lib80211_tkip_init()
132 crypto_free_shash(_priv->rx_tfm_michael); in lib80211_tkip_deinit()
594 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in lib80211_michael_mic_verify()
626 struct crypto_shash *tfm3 = tkey->rx_tfm_michael; in lib80211_tkip_set_key()
634 tkey->rx_tfm_michael = tfm3; in lib80211_tkip_set_key()
/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c50 struct crypto_shash *rx_tfm_michael; member
76 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init()
77 if (IS_ERR(priv->rx_tfm_michael)) { in rtllib_tkip_init()
79 priv->rx_tfm_michael = NULL; in rtllib_tkip_init()
87 crypto_free_shash(priv->rx_tfm_michael); in rtllib_tkip_init()
101 crypto_free_shash(_priv->rx_tfm_michael); in rtllib_tkip_deinit()
580 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in rtllib_michael_mic_verify()
618 struct crypto_shash *tfm3 = tkey->rx_tfm_michael; in rtllib_tkip_set_key()
624 tkey->rx_tfm_michael = tfm3; in rtllib_tkip_set_key()
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c54 struct crypto_shash *rx_tfm_michael; member
81 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init()
82 if (IS_ERR(priv->rx_tfm_michael)) { in ieee80211_tkip_init()
85 priv->rx_tfm_michael = NULL; in ieee80211_tkip_init()
94 crypto_free_shash(priv->rx_tfm_michael); in ieee80211_tkip_init()
108 crypto_free_shash(_priv->rx_tfm_michael); in ieee80211_tkip_deinit()
575 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in ieee80211_michael_mic_verify()
609 struct crypto_shash *tfm3 = tkey->rx_tfm_michael; in ieee80211_tkip_set_key()
615 tkey->rx_tfm_michael = tfm3; in ieee80211_tkip_set_key()