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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_tkip.c59 struct crypto_hash *rx_tfm_michael; member in struct:ieee80211_tkip_data
105 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
107 if (IS_ERR(priv->rx_tfm_michael)) {
110 priv->rx_tfm_michael = NULL;
122 if (priv->rx_tfm_michael)
123 crypto_free_hash(priv->rx_tfm_michael);
142 if (_priv->rx_tfm_michael)
143 crypto_free_hash(_priv->rx_tfm_michael);
598 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
632 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_tkip.c63 struct crypto_hash *rx_tfm_michael; member in struct:ieee80211_tkip_data
105 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
107 if (IS_ERR(priv->rx_tfm_michael)) {
110 priv->rx_tfm_michael = NULL;
121 if (priv->rx_tfm_michael)
122 crypto_free_hash(priv->rx_tfm_michael);
140 if (_priv->rx_tfm_michael)
141 crypto_free_hash(_priv->rx_tfm_michael);
672 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
705 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_tkip.c58 struct crypto_hash *rx_tfm_michael; member in struct:ieee80211_tkip_data
102 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
104 if (IS_ERR(priv->rx_tfm_michael)) {
107 priv->rx_tfm_michael = NULL;
119 if (priv->rx_tfm_michael)
120 crypto_free_hash(priv->rx_tfm_michael);
139 if (_priv->rx_tfm_michael)
140 crypto_free_hash(_priv->rx_tfm_michael);
623 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
661 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c58 struct crypto_hash *rx_tfm_michael; member in struct:ieee80211_tkip_data
102 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
104 if (IS_ERR(priv->rx_tfm_michael)) {
107 priv->rx_tfm_michael = NULL;
119 if (priv->rx_tfm_michael)
120 crypto_free_hash(priv->rx_tfm_michael);
139 if (_priv->rx_tfm_michael)
140 crypto_free_hash(_priv->rx_tfm_michael);
630 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
663 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dlib80211_crypt_tkip.c65 struct crypto_hash *rx_tfm_michael; member in struct:lib80211_tkip_data
126 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0,
128 if (IS_ERR(priv->rx_tfm_michael)) {
131 priv->rx_tfm_michael = NULL;
143 if (priv->rx_tfm_michael)
144 crypto_free_hash(priv->rx_tfm_michael);
161 if (_priv->rx_tfm_michael)
162 crypto_free_hash(_priv->rx_tfm_michael);
642 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr,
674 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
[all...]

Completed in 207 milliseconds