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

/net/wireless/
H A Dlib80211_crypt_tkip.c69 struct crypto_hash *tx_tfm_michael; member in struct:lib80211_tkip_data
108 priv->tx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
110 if (IS_ERR(priv->tx_tfm_michael)) {
111 priv->tx_tfm_michael = NULL;
133 if (priv->tx_tfm_michael)
134 crypto_free_hash(priv->tx_tfm_michael);
151 if (_priv->tx_tfm_michael)
152 crypto_free_hash(_priv->tx_tfm_michael);
580 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr,
648 struct crypto_hash *tfm = tkey->tx_tfm_michael;
[all...]

Completed in 68 milliseconds