Searched refs:xxkey (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 94 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member
|
D | wpa_ft.c | 35 wpa_hexdump_key(MSG_DEBUG, "FT: xxkey", sm->xxkey, sm->xxkey_len); in wpa_derive_ptk_ft() 38 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid, in wpa_derive_ptk_ft()
|
D | wpa.c | 435 os_memcpy(sm->xxkey, sm->pmk, sm->pmk_len); in wpa_supplicant_get_pmk() 2133 os_memcpy(sm->xxkey, pmk, pmk_len); in wpa_sm_set_pmk() 2515 os_memcpy(sm->xxkey, sm->pmk, PMK_LEN); in wpa_set_passphrase()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth_i.h | 114 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
|
D | wpa_auth.c | 1489 memcpy(sm->xxkey, msk + PMK_LEN, PMK_LEN); in SM_STATE() 1518 memcpy(sm->xxkey, psk, PMK_LEN); in SM_STATE()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.h | 339 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
D | wpa_common.c | 662 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument 695 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
|