Lines Matching refs:rx_tfm_arc4
67 struct crypto_skcipher *rx_tfm_arc4; member
115 priv->rx_tfm_arc4 = crypto_alloc_skcipher("ecb(arc4)", 0, in lib80211_tkip_init()
117 if (IS_ERR(priv->rx_tfm_arc4)) { in lib80211_tkip_init()
118 priv->rx_tfm_arc4 = NULL; in lib80211_tkip_init()
135 crypto_free_skcipher(priv->rx_tfm_arc4); in lib80211_tkip_init()
149 crypto_free_skcipher(_priv->rx_tfm_arc4); in lib80211_tkip_deinit()
403 SKCIPHER_REQUEST_ON_STACK(req, tkey->rx_tfm_arc4); in lib80211_tkip_decrypt()
466 crypto_skcipher_setkey(tkey->rx_tfm_arc4, rc4key, 16); in lib80211_tkip_decrypt()
468 skcipher_request_set_tfm(req, tkey->rx_tfm_arc4); in lib80211_tkip_decrypt()
665 struct crypto_skcipher *tfm4 = tkey->rx_tfm_arc4; in lib80211_tkip_set_key()
673 tkey->rx_tfm_arc4 = tfm4; in lib80211_tkip_set_key()