Home
last modified time | relevance | path

Searched refs:wpa_derive_pmk_r0 (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dwpa_common.h376 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
Dwpa_common.c1514 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/
Dwpa_ft.c38 if (wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid, in wpa_derive_ptk_ft()
Dwpa.c4011 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/
Dwpa_auth_ft.c2116 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()
Dwpa_auth.c2223 if (wpa_derive_pmk_r0(fils_ft, fils_ft_len, in fils_auth_pmk_to_ptk()