/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_common.c | 413 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, 425 * R0-Key-Data = KDF-384(XXKey, "FT-R0", 428 * XXKey is either the second 256 bits of MSK or PSK. 446 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf,
|
wpa_common.h | 305 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa_i.h | 95 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member in struct:wpa_sm
|
wpa_ft.c | 35 wpa_printf(MSG_DEBUG, "FT: XXKey not available for key " 40 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid,
|
wpa.c | 239 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN); [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 113 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member in struct:wpa_state_machine
|
wpa_auth.c | [all...] |
wpa_auth_ft.c | 374 wpa_printf(MSG_DEBUG, "FT: XXKey not available for key " 379 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, ssid, ssid_len, mdid, [all...] |
/external/wpa_supplicant_8/src/common/ |
wpa_common.c | 553 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, 565 * R0-Key-Data = KDF-384(XXKey, "FT-R0", 568 * XXKey is either the second 256 bits of MSK or PSK. 586 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf,
|
wpa_common.h | 319 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_i.h | 104 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member in struct:wpa_sm
|
wpa_ft.c | 61 wpa_printf(MSG_DEBUG, "FT: XXKey not available for key " 66 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid,
|
wpa.c | 191 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN); [all...] |