Searched refs:rx_ctx_arc4 (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 31 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()
|
D | ieee80211_crypt_tkip.c | 52 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/ |
D | rtllib_crypt_wep.c | 26 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()
|
D | rtllib_crypt_tkip.c | 48 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/ |
D | lib80211_crypt_tkip.c | 65 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()
|