tx_tfm_arc4 50 drivers/staging/rtl8192e/rtllib_crypt_tkip.c struct crypto_sync_skcipher *tx_tfm_arc4; tx_tfm_arc4 65 drivers/staging/rtl8192e/rtllib_crypt_tkip.c priv->tx_tfm_arc4 = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); tx_tfm_arc4 66 drivers/staging/rtl8192e/rtllib_crypt_tkip.c if (IS_ERR(priv->tx_tfm_arc4)) { tx_tfm_arc4 68 drivers/staging/rtl8192e/rtllib_crypt_tkip.c priv->tx_tfm_arc4 = NULL; tx_tfm_arc4 97 drivers/staging/rtl8192e/rtllib_crypt_tkip.c crypto_free_sync_skcipher(priv->tx_tfm_arc4); tx_tfm_arc4 113 drivers/staging/rtl8192e/rtllib_crypt_tkip.c crypto_free_sync_skcipher(_priv->tx_tfm_arc4); tx_tfm_arc4 334 drivers/staging/rtl8192e/rtllib_crypt_tkip.c SYNC_SKCIPHER_REQUEST_ON_STACK(req, tkey->tx_tfm_arc4); tx_tfm_arc4 346 drivers/staging/rtl8192e/rtllib_crypt_tkip.c crypto_sync_skcipher_setkey(tkey->tx_tfm_arc4, rc4key, 16); tx_tfm_arc4 347 drivers/staging/rtl8192e/rtllib_crypt_tkip.c skcipher_request_set_sync_tfm(req, tkey->tx_tfm_arc4); tx_tfm_arc4 660 drivers/staging/rtl8192e/rtllib_crypt_tkip.c struct crypto_sync_skcipher *tfm2 = tkey->tx_tfm_arc4; tx_tfm_arc4 668 drivers/staging/rtl8192e/rtllib_crypt_tkip.c tkey->tx_tfm_arc4 = tfm2; tx_tfm_arc4 54 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c struct crypto_sync_skcipher *tx_tfm_arc4; tx_tfm_arc4 70 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c priv->tx_tfm_arc4 = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); tx_tfm_arc4 71 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c if (IS_ERR(priv->tx_tfm_arc4)) { tx_tfm_arc4 74 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c priv->tx_tfm_arc4 = NULL; tx_tfm_arc4 107 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c crypto_free_sync_skcipher(priv->tx_tfm_arc4); tx_tfm_arc4 123 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c crypto_free_sync_skcipher(_priv->tx_tfm_arc4); tx_tfm_arc4 337 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c SYNC_SKCIPHER_REQUEST_ON_STACK(req, tkey->tx_tfm_arc4); tx_tfm_arc4 345 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c crypto_sync_skcipher_setkey(tkey->tx_tfm_arc4, rc4key, 16); tx_tfm_arc4 347 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c skcipher_request_set_sync_tfm(req, tkey->tx_tfm_arc4); tx_tfm_arc4 659 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c struct crypto_sync_skcipher *tfm2 = tkey->tx_tfm_arc4; tx_tfm_arc4 667 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c tkey->tx_tfm_arc4 = tfm2;