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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_tkip.c58 struct crypto_hash *rx_tfm_michael; member in struct:ieee80211_tkip_data
119 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
121 if (IS_ERR(priv->rx_tfm_michael)) {
124 priv->rx_tfm_michael = NULL;
136 if (priv->rx_tfm_michael)
137 crypto_free_hash(priv->rx_tfm_michael);
154 if (_priv->rx_tfm_michael)
155 crypto_free_hash(_priv->rx_tfm_michael);
647 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
679 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
[all...]

Completed in 39 milliseconds