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

/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c52 struct crypto_blkcipher *tx_tfm_arc4; member in struct:rtllib_tkip_data
66 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
68 if (IS_ERR(priv->tx_tfm_arc4)) {
71 priv->tx_tfm_arc4 = NULL;
107 if (priv->tx_tfm_arc4)
108 crypto_free_blkcipher(priv->tx_tfm_arc4);
127 if (_priv->tx_tfm_arc4)
128 crypto_free_blkcipher(_priv->tx_tfm_arc4);
304 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
360 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c58 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
74 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
76 if (IS_ERR(priv->tx_tfm_arc4)) {
79 priv->tx_tfm_arc4 = NULL;
116 if (priv->tx_tfm_arc4)
117 crypto_free_blkcipher(priv->tx_tfm_arc4);
136 if (_priv->tx_tfm_arc4)
137 crypto_free_blkcipher(_priv->tx_tfm_arc4);
312 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
369 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]

Completed in 117 milliseconds