rx_tfm_michael     49 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 	struct crypto_shash *rx_tfm_michael;
rx_tfm_michael     86 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 	priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0);
rx_tfm_michael     87 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 	if (IS_ERR(priv->rx_tfm_michael)) {
rx_tfm_michael     89 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 		priv->rx_tfm_michael = NULL;
rx_tfm_michael     98 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 		crypto_free_shash(priv->rx_tfm_michael);
rx_tfm_michael    114 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 		crypto_free_shash(_priv->rx_tfm_michael);
rx_tfm_michael    622 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 	if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
rx_tfm_michael    661 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 	struct crypto_shash *tfm3 = tkey->rx_tfm_michael;
rx_tfm_michael    669 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 	tkey->rx_tfm_michael = tfm3;
rx_tfm_michael     53 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 	struct crypto_shash *rx_tfm_michael;
rx_tfm_michael     94 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 	priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0);
rx_tfm_michael     95 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 	if (IS_ERR(priv->rx_tfm_michael)) {
rx_tfm_michael     98 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 		priv->rx_tfm_michael = NULL;
rx_tfm_michael    108 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 		crypto_free_shash(priv->rx_tfm_michael);
rx_tfm_michael    124 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 		crypto_free_shash(_priv->rx_tfm_michael);
rx_tfm_michael    624 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 	if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
rx_tfm_michael    660 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 	struct crypto_shash *tfm3 = tkey->rx_tfm_michael;
rx_tfm_michael    668 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 	tkey->rx_tfm_michael = tfm3;
rx_tfm_michael     67 net/wireless/lib80211_crypt_tkip.c 	struct crypto_shash *rx_tfm_michael;
rx_tfm_michael    109 net/wireless/lib80211_crypt_tkip.c 	priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0);
rx_tfm_michael    110 net/wireless/lib80211_crypt_tkip.c 	if (IS_ERR(priv->rx_tfm_michael)) {
rx_tfm_michael    111 net/wireless/lib80211_crypt_tkip.c 		priv->rx_tfm_michael = NULL;
rx_tfm_michael    120 net/wireless/lib80211_crypt_tkip.c 		crypto_free_shash(priv->rx_tfm_michael);
rx_tfm_michael    132 net/wireless/lib80211_crypt_tkip.c 		crypto_free_shash(_priv->rx_tfm_michael);
rx_tfm_michael    594 net/wireless/lib80211_crypt_tkip.c 	if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
rx_tfm_michael    626 net/wireless/lib80211_crypt_tkip.c 	struct crypto_shash *tfm3 = tkey->rx_tfm_michael;
rx_tfm_michael    634 net/wireless/lib80211_crypt_tkip.c 	tkey->rx_tfm_michael = tfm3;