Searched refs:wpa_derive_pmk_r0 (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 376 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
D | wpa_common.c | 1514 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() function
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 38 if (wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid, in wpa_derive_ptk_ft()
|
D | wpa.c | 4011 if (wpa_derive_pmk_r0(sm->fils_ft, sm->fils_ft_len, sm->ssid, in fils_ft_build_assoc_req_rsne()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 2116 if (wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, ssid, ssid_len, mdid, in wpa_auth_derive_ptk_ft() 2685 if (wpa_derive_pmk_r0(pmk, PMK_LEN, ssid, ssid_len, mdid, r0kh, in wpa_ft_psk_pmk_r1()
|
D | wpa_auth.c | 2223 if (wpa_derive_pmk_r0(fils_ft, fils_ft_len, in fils_auth_pmk_to_ptk()
|