Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A 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()
H A 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()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c26 struct arc4_ctx rx_ctx_arc4; member
159 arc4_setkey(&wep->rx_ctx_arc4, key, klen); in prism2_wep_decrypt()
160 arc4_crypt(&wep->rx_ctx_arc4, pos, pos, plen + 4); in prism2_wep_decrypt()
H A Drtllib_crypt_tkip.c48 struct arc4_ctx rx_ctx_arc4; member
398 arc4_setkey(&tkey->rx_ctx_arc4, rc4key, 16); in rtllib_tkip_decrypt()
399 arc4_crypt(&tkey->rx_ctx_arc4, pos, pos, plen + 4); in rtllib_tkip_decrypt()
/openbmc/linux/net/wireless/
H A 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()