Searched refs:xxkey (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 124 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
|
D | wpa_auth.c | 957 os_memcpy(sm->xxkey, pmk, pmk_len); in wpa_try_alt_snonce() 1813 os_memset(sm->xxkey, 0, sizeof(sm->xxkey)); in wpa_auth_sm_event() 2113 os_memcpy(sm->xxkey, msk, SHA384_MAC_LEN); in SM_STATE() 2116 os_memcpy(sm->xxkey, msk + PMK_LEN, PMK_LEN); in SM_STATE() 2154 os_memcpy(sm->xxkey, psk, PMK_LEN); in SM_STATE() 2164 os_memcpy(sm->xxkey, sm->pmksa->pmk, sm->pmksa->pmk_len); in SM_STATE() 2960 os_memcpy(sm->xxkey, pmk, pmk_len); in SM_STATE()
|
D | wpa_auth_ft.c | 2105 mpmk = sm->xxkey; in wpa_auth_derive_ptk_ft()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 258 if (wpa_sm_key_mgmt_set_pmk(sm, sm->xxkey, sm->xxkey_len)) in wpa_supplicant_key_mgmt_set_pmk() 312 os_memcpy(sm->xxkey, sm->pmk, sm->pmk_len); in wpa_supplicant_get_pmk() 342 os_memcpy(sm->xxkey, buf, SHA384_MAC_LEN); in wpa_supplicant_get_pmk() 345 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN); in wpa_supplicant_get_pmk() 360 sm->xxkey, sm->xxkey_len); in wpa_supplicant_get_pmk() 362 sm->xxkey, sm->xxkey_len, in wpa_supplicant_get_pmk() 3108 os_memcpy(sm->xxkey, pmk, pmk_len); in wpa_sm_set_pmk() 3826 os_memset(sm->xxkey, 0, sizeof(sm->xxkey)); in wpa_sm_drop_sa()
|
D | wpa_i.h | 142 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
|
D | wpa_ft.c | 46 mpmk = sm->xxkey; in wpa_derive_ptk_ft()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 419 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
D | wpa_common.c | 1854 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument 1882 wpa_hexdump_key(MSG_DEBUG, "FT: XXKey", xxkey, xxkey_len); in wpa_derive_pmk_r0() 1907 if (sha384_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0() 1919 if (sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
|