Searched refs:tx_tfm_arc4 (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.c59 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
92 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
94 if (IS_ERR(priv->tx_tfm_arc4)) {
97 priv->tx_tfm_arc4 = NULL;
134 if (priv->tx_tfm_arc4)
135 crypto_free_blkcipher(priv->tx_tfm_arc4);
152 if (_priv->tx_tfm_arc4)
153 crypto_free_blkcipher(_priv->tx_tfm_arc4);
357 struct blkcipher_desc desc = { .tfm = tkey->tx_tfm_arc4 };
391 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]

Completed in 38 milliseconds