Searched refs:rx_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.c57 struct crypto_blkcipher *rx_tfm_arc4; member in struct:ieee80211_tkip_data
110 priv->rx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
112 if (IS_ERR(priv->rx_tfm_arc4)) {
115 priv->rx_tfm_arc4 = NULL;
138 if (priv->rx_tfm_arc4)
139 crypto_free_blkcipher(priv->rx_tfm_arc4);
156 if (_priv->rx_tfm_arc4)
157 crypto_free_blkcipher(_priv->rx_tfm_arc4);
414 struct blkcipher_desc desc = { .tfm = tkey->rx_tfm_arc4 };
485 crypto_blkcipher_setkey(tkey->rx_tfm_arc4, rc4ke
[all...]

Completed in 44 milliseconds