Home
last modified time | relevance | path

Searched refs:tfm4 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c661 struct crypto_sync_skcipher *tfm4 = tkey->rx_tfm_arc4; in ieee80211_tkip_set_key() local
669 tkey->rx_tfm_arc4 = tfm4; in ieee80211_tkip_set_key()
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c662 struct crypto_sync_skcipher *tfm4 = tkey->rx_tfm_arc4; in rtllib_tkip_set_key() local
670 tkey->rx_tfm_arc4 = tfm4; in rtllib_tkip_set_key()
/Linux-v5.4/net/wireless/
Dlib80211_crypt_tkip.c627 struct arc4_ctx *tfm4 = &tkey->rx_ctx_arc4; in lib80211_tkip_set_key() local
635 tkey->rx_ctx_arc4 = *tfm4; in lib80211_tkip_set_key()