Searched refs:pmk_r1 (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_ft.c | 46 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name); in wpa_derive_ptk_ft() 47 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN); in wpa_derive_ptk_ft() 50 return wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr, in wpa_derive_ptk_ft() 515 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name); in wpa_ft_process_response() 516 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN); in wpa_ft_process_response() 522 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce, in wpa_ft_process_response()
|
D | wpa_i.h | 98 u8 pmk_r1[PMK_LEN]; member
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth.h | 71 u8 pmk_r1[PMK_LEN]; member 90 u8 pmk_r1[PMK_LEN]; member
|
D | wpa_auth_i.h | 117 u8 pmk_r1[PMK_LEN_MAX]; member
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.h | 347 u8 *pmk_r1, u8 *pmk_r1_name); 348 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
|
D | wpa_common.c | 749 u8 *pmk_r1, u8 *pmk_r1_name) in wpa_derive_pmk_r1() argument 761 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN); in wpa_derive_pmk_r1() 772 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, in wpa_pmk_r1_to_ptk() argument 803 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, tmp, ptk_len); in wpa_pmk_r1_to_ptk()
|