Searched defs:rx_tfm_michael (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c51 struct crypto_hash *rx_tfm_michael; member in struct:rtllib_tkip_data
93 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
95 if (IS_ERR(priv->rx_tfm_michael)) {
98 priv->rx_tfm_michael = NULL;
109 if (priv->rx_tfm_michael)
110 crypto_free_hash(priv->rx_tfm_michael);
129 if (_priv->rx_tfm_michael)
130 crypto_free_hash(_priv->rx_tfm_michael);
616 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
655 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c57 struct crypto_hash *rx_tfm_michael; member in struct:ieee80211_tkip_data
101 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
103 if (IS_ERR(priv->rx_tfm_michael)) {
106 priv->rx_tfm_michael = NULL;
118 if (priv->rx_tfm_michael)
119 crypto_free_hash(priv->rx_tfm_michael);
138 if (_priv->rx_tfm_michael)
139 crypto_free_hash(_priv->rx_tfm_michael);
629 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
662 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
[all...]

Completed in 36 milliseconds