Searched refs:xxkey (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 109 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member
|
D | wpa_auth.c | 1946 os_memcpy(sm->xxkey, msk + PMK_LEN, PMK_LEN); in SM_STATE() 1980 os_memcpy(sm->xxkey, psk, PMK_LEN); in SM_STATE()
|
D | wpa_auth_ft.c | 395 if (wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, ssid, ssid_len, mdid, in wpa_auth_derive_ptk_ft()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 361 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
D | wpa_common.c | 1107 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument 1140 if (sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 115 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member
|
D | wpa.c | 241 if (wpa_sm_key_mgmt_set_pmk(sm, sm->xxkey, sm->xxkey_len)) in wpa_supplicant_key_mgmt_set_pmk() 310 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN); in wpa_supplicant_get_pmk() 2570 os_memcpy(sm->xxkey, pmk, pmk_len); in wpa_sm_set_pmk() 3058 os_memset(sm->xxkey, 0, sizeof(sm->xxkey)); in wpa_sm_drop_sa()
|
D | wpa_ft.c | 33 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid, in wpa_derive_ptk_ft()
|