Home
last modified time | relevance | path

Searched refs:rx_ctx_arc4 (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c31 struct arc4_ctx rx_ctx_arc4; member
163 arc4_setkey(&wep->rx_ctx_arc4, key, klen); in prism2_wep_decrypt()
164 arc4_crypt(&wep->rx_ctx_arc4, pos, pos, plen + 4); in prism2_wep_decrypt()
Dieee80211_crypt_tkip.c52 struct arc4_ctx rx_ctx_arc4; member
403 arc4_setkey(&tkey->rx_ctx_arc4, rc4key, 16); in ieee80211_tkip_decrypt()
404 arc4_crypt(&tkey->rx_ctx_arc4, pos, pos, plen + 4); in ieee80211_tkip_decrypt()
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c26 struct arc4_ctx rx_ctx_arc4; member
162 arc4_setkey(&wep->rx_ctx_arc4, key, klen); in prism2_wep_decrypt()
163 arc4_crypt(&wep->rx_ctx_arc4, pos, pos, plen + 4); in prism2_wep_decrypt()
Drtllib_crypt_tkip.c48 struct arc4_ctx rx_ctx_arc4; member
414 arc4_setkey(&tkey->rx_ctx_arc4, rc4key, 16); in rtllib_tkip_decrypt()
415 arc4_crypt(&tkey->rx_ctx_arc4, pos, pos, plen + 4); in rtllib_tkip_decrypt()
/linux-6.1.9/net/wireless/
Dlib80211_crypt_tkip.c65 struct arc4_ctx rx_ctx_arc4; member
439 arc4_setkey(&tkey->rx_ctx_arc4, rc4key, 16); in lib80211_tkip_decrypt()
440 arc4_crypt(&tkey->rx_ctx_arc4, pos, pos, plen + 4); in lib80211_tkip_decrypt()
627 struct arc4_ctx *tfm4 = &tkey->rx_ctx_arc4; in lib80211_tkip_set_key()
635 tkey->rx_ctx_arc4 = *tfm4; in lib80211_tkip_set_key()