Searched refs:tx_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.c60 struct crypto_hash *tx_tfm_michael; member in struct:ieee80211_tkip_data
101 priv->tx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
103 if (IS_ERR(priv->tx_tfm_michael)) {
106 priv->tx_tfm_michael = NULL;
132 if (priv->tx_tfm_michael)
133 crypto_free_hash(priv->tx_tfm_michael);
150 if (_priv->tx_tfm_michael)
151 crypto_free_hash(_priv->tx_tfm_michael);
609 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr,
677 struct crypto_hash *tfm = tkey->tx_tfm_michael;
[all...]

Completed in 52 milliseconds