Home
last modified time | relevance | path

Searched refs:xxkey (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h94 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member
Dwpa_ft.c35 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()
Dwpa.c435 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/
Dwpa_auth_i.h114 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
Dwpa_auth.c1489 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/
Dwpa_common.h339 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
Dwpa_common.c662 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()