Searched refs:IEEE8021X_KEY_IV_LEN (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | eapol_common.h | 55 #define IEEE8021X_KEY_IV_LEN 16 macro 71 u8 key_iv[IEEE8021X_KEY_IV_LEN]; /* cryptographically random number */
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | eapol_common.h | 55 #define IEEE8021X_KEY_IV_LEN 16 macro 71 u8 key_iv[IEEE8021X_KEY_IV_LEN]; /* cryptographically random number */
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 687 u8 ekey[IEEE8021X_KEY_IV_LEN + IEEE8021X_ENCR_KEY_LEN]; in eapol_sm_processKey() 789 os_memcpy(ekey, key->key_iv, IEEE8021X_KEY_IV_LEN); in eapol_sm_processKey() 790 os_memcpy(ekey + IEEE8021X_KEY_IV_LEN, keydata.encr_key, in eapol_sm_processKey() 793 rc4_skip(ekey, IEEE8021X_KEY_IV_LEN + encr_key_len, 0, in eapol_sm_processKey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 711 u8 ekey[IEEE8021X_KEY_IV_LEN + IEEE8021X_ENCR_KEY_LEN]; in eapol_sm_processKey() 813 os_memcpy(ekey, key->key_iv, IEEE8021X_KEY_IV_LEN); in eapol_sm_processKey() 814 os_memcpy(ekey + IEEE8021X_KEY_IV_LEN, keydata.encr_key, in eapol_sm_processKey() 817 rc4_skip(ekey, IEEE8021X_KEY_IV_LEN + encr_key_len, 0, in eapol_sm_processKey()
|
Completed in 6 milliseconds