Searched defs:rc4key (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/net/mac80211/ |
D | wep.c | 109 int ieee80211_wep_encrypt_data(struct arc4_ctx *ctx, u8 *rc4key, in ieee80211_wep_encrypt_data() 138 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_encrypt() local 166 int ieee80211_wep_decrypt_data(struct arc4_ctx *ctx, u8 *rc4key, in ieee80211_wep_decrypt_data() 197 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_decrypt() local
|
D | tkip.c | 107 u16 tsc_IV16, u8 *rc4key) in tkip_mixing_phase2() 227 u8 rc4key[16]; in ieee80211_tkip_encrypt_data() local 247 u8 rc4key[16], keyid, *pos = payload; in ieee80211_tkip_decrypt_data() local
|
/linux-6.14.4/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_crypto_tkip.c | 277 u8 * rc4key, int keylen, void *priv) in libipw_tkip_hdr() 324 u8 rc4key[16], *pos, *icv; in libipw_tkip_encrypt() local 372 u8 rc4key[16]; in libipw_tkip_decrypt() local
|
/linux-6.14.4/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 410 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2() 461 u8 rc4key[16]; in rtw_tkip_encrypt() local 537 u8 rc4key[16]; in rtw_tkip_decrypt() local
|