Searched refs:xxkey_len (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 95 size_t xxkey_len; member
|
D | wpa_ft.c | 29 if (sm->xxkey_len == 0) { in wpa_derive_ptk_ft() 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 | 426 sm->xxkey_len = 0; in wpa_supplicant_get_pmk() 436 sm->xxkey_len = sm->pmk_len; in wpa_supplicant_get_pmk() 2132 sm->xxkey_len = pmk_len; in wpa_sm_set_pmk() 2514 sm->xxkey_len = PMK_LEN; in wpa_set_passphrase()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth_i.h | 116 size_t xxkey_len; member
|
D | wpa_auth.c | 1480 sm->xxkey_len = 0; in SM_STATE() 1490 sm->xxkey_len = PMK_LEN; in SM_STATE() 1519 sm->xxkey_len = 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()
|