Searched defs:rc4key (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/net/mac80211/ |
H A D | wep.c | 134 int ieee80211_wep_encrypt_data(struct crypto_cipher *tfm, u8 *rc4key, ieee80211_wep_encrypt_data() argument 167 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; ieee80211_wep_encrypt() local 195 int ieee80211_wep_decrypt_data(struct crypto_cipher *tfm, u8 *rc4key, ieee80211_wep_decrypt_data() argument 230 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; ieee80211_wep_decrypt() local
|
H A D | tkip.c | 230 u8 rc4key[16]; ieee80211_tkip_encrypt_data() local 250 u8 rc4key[16], keyid, *pos = payload; ieee80211_tkip_decrypt_data() local 108 tkip_mixing_phase2(const u8 *tk, struct tkip_ctx *ctx, u16 tsc_IV16, u8 *rc4key) tkip_mixing_phase2() argument
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_tkip.c | 308 u8 rc4key[16], *icv; rtllib_tkip_encrypt() local 390 u8 rc4key[16]; rtllib_tkip_decrypt() local
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_tkip.c | 313 u8 rc4key[16], *icv; ieee80211_tkip_encrypt() local 396 u8 rc4key[16]; ieee80211_tkip_decrypt() local
|
/linux-4.1.27/net/wireless/ |
H A D | lib80211_crypt_tkip.c | 358 u8 rc4key[16], *pos, *icv; lib80211_tkip_encrypt() local 407 u8 rc4key[16]; lib80211_tkip_decrypt() local 309 lib80211_tkip_hdr(struct sk_buff *skb, int hdr_len, u8 * rc4key, int keylen, void *priv) lib80211_tkip_hdr() argument
|
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 533 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) phase2() argument 577 u8 rc4key[16]; r8712_tkip_encrypt() local 653 u8 rc4key[16]; r8712_tkip_decrypt() local
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
H A D | rtw_security.c | 519 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) phase2() argument 566 u8 rc4key[16]; rtw_tkip_encrypt() local 647 u8 rc4key[16]; rtw_tkip_decrypt() local
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
H A D | rtw_security.c | 552 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) phase2() argument 603 u8 rc4key[16]; rtw_tkip_encrypt23a() local 713 u8 rc4key[16]; rtw_tkip_decrypt23a() local
|
Completed in 173 milliseconds