Searched defs:rc4key (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/net/mac80211/ |
D | wep.c | 128 int ieee80211_wep_encrypt_data(struct crypto_cipher *tfm, u8 *rc4key, in ieee80211_wep_encrypt_data() 161 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_encrypt() local 186 int ieee80211_wep_decrypt_data(struct crypto_cipher *tfm, u8 *rc4key, in ieee80211_wep_decrypt_data() 221 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_decrypt() local
|
D | tkip.c | 109 u16 tsc_IV16, u8 *rc4key) in tkip_mixing_phase2() 232 u8 rc4key[16]; in ieee80211_tkip_encrypt_data() local 252 u8 rc4key[16], keyid, *pos = payload; in ieee80211_tkip_decrypt_data() local
|
/linux-3.4.99/net/wireless/ |
D | lib80211_crypt_tkip.c | 310 u8 * rc4key, int keylen, void *priv) in lib80211_tkip_hdr() 358 u8 rc4key[16], *pos, *icv; in lib80211_tkip_encrypt() local 410 u8 rc4key[16]; in lib80211_tkip_decrypt() local
|
/linux-3.4.99/drivers/staging/rtl8192e/ |
D | rtllib_crypt_tkip.c | 305 u8 rc4key[16], *icv; in rtllib_tkip_encrypt() local 387 u8 rc4key[16]; in rtllib_tkip_decrypt() local
|
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_tkip.c | 314 u8 rc4key[16], *icv; in ieee80211_tkip_encrypt() local 397 u8 rc4key[16]; in ieee80211_tkip_decrypt() local
|
/linux-3.4.99/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_crypt_tkip.c | 312 u8 rc4key[16],*icv; in ieee80211_tkip_encrypt() local 374 u8 rc4key[16]; in ieee80211_tkip_decrypt() local
|
/linux-3.4.99/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 534 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2() 578 u8 rc4key[16]; in r8712_tkip_encrypt() local 655 u8 rc4key[16]; in r8712_tkip_decrypt() local
|