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

/net/wireless/
H A Dlib80211_crypt_tkip.c68 struct crypto_blkcipher *tx_tfm_arc4; member in struct:lib80211_tkip_data
101 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
103 if (IS_ERR(priv->tx_tfm_arc4)) {
104 priv->tx_tfm_arc4 = NULL;
135 if (priv->tx_tfm_arc4)
136 crypto_free_blkcipher(priv->tx_tfm_arc4);
153 if (_priv->tx_tfm_arc4)
154 crypto_free_blkcipher(_priv->tx_tfm_arc4);
356 struct blkcipher_desc desc = { .tfm = tkey->tx_tfm_arc4 };
385 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]

Completed in 5 milliseconds