Home
last modified time | relevance | path

Searched refs:xxkey (Results 1 – 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_i.h119 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
Dwpa_auth.c900 os_memcpy(sm->xxkey, pmk, pmk_len); in wpa_try_alt_snonce()
1761 os_memset(sm->xxkey, 0, sizeof(sm->xxkey)); in wpa_auth_sm_event()
2047 os_memcpy(sm->xxkey, msk, SHA384_MAC_LEN); in SM_STATE()
2050 os_memcpy(sm->xxkey, msk + PMK_LEN, PMK_LEN); in SM_STATE()
2088 os_memcpy(sm->xxkey, psk, PMK_LEN); in SM_STATE()
2098 os_memcpy(sm->xxkey, sm->pmksa->pmk, sm->pmksa->pmk_len); in SM_STATE()
2853 os_memcpy(sm->xxkey, pmk, pmk_len); in SM_STATE()
Dwpa_auth_ft.c2102 mpmk = sm->xxkey; in wpa_auth_derive_ptk_ft()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_i.h124 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
Dwpa_auth.c959 os_memcpy(sm->xxkey, pmk, pmk_len); in wpa_try_alt_snonce()
1829 os_memset(sm->xxkey, 0, sizeof(sm->xxkey)); in wpa_auth_sm_event()
2129 os_memcpy(sm->xxkey, msk, SHA384_MAC_LEN); in SM_STATE()
2132 os_memcpy(sm->xxkey, msk + PMK_LEN, PMK_LEN); in SM_STATE()
2170 os_memcpy(sm->xxkey, psk, PMK_LEN); in SM_STATE()
2180 os_memcpy(sm->xxkey, sm->pmksa->pmk, sm->pmksa->pmk_len); in SM_STATE()
2974 os_memcpy(sm->xxkey, pmk, pmk_len); in SM_STATE()
Dwpa_auth_ft.c2105 mpmk = sm->xxkey; in wpa_auth_derive_ptk_ft()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c247 if (wpa_sm_key_mgmt_set_pmk(sm, sm->xxkey, sm->xxkey_len)) in wpa_supplicant_key_mgmt_set_pmk()
301 os_memcpy(sm->xxkey, sm->pmk, sm->pmk_len); in wpa_supplicant_get_pmk()
331 os_memcpy(sm->xxkey, buf, SHA384_MAC_LEN); in wpa_supplicant_get_pmk()
334 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN); in wpa_supplicant_get_pmk()
349 sm->xxkey, sm->xxkey_len); in wpa_supplicant_get_pmk()
351 sm->xxkey, sm->xxkey_len, in wpa_supplicant_get_pmk()
2845 os_memcpy(sm->xxkey, pmk, pmk_len); in wpa_sm_set_pmk()
3383 os_memset(sm->xxkey, 0, sizeof(sm->xxkey)); in wpa_sm_drop_sa()
Dwpa_i.h116 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
Dwpa_ft.c35 mpmk = sm->xxkey; in wpa_derive_ptk_ft()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c257 if (wpa_sm_key_mgmt_set_pmk(sm, sm->xxkey, sm->xxkey_len)) in wpa_supplicant_key_mgmt_set_pmk()
311 os_memcpy(sm->xxkey, sm->pmk, sm->pmk_len); in wpa_supplicant_get_pmk()
341 os_memcpy(sm->xxkey, buf, SHA384_MAC_LEN); in wpa_supplicant_get_pmk()
344 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN); in wpa_supplicant_get_pmk()
359 sm->xxkey, sm->xxkey_len); in wpa_supplicant_get_pmk()
361 sm->xxkey, sm->xxkey_len, in wpa_supplicant_get_pmk()
3131 os_memcpy(sm->xxkey, pmk, pmk_len); in wpa_sm_set_pmk()
3851 os_memset(sm->xxkey, 0, sizeof(sm->xxkey)); in wpa_sm_drop_sa()
Dwpa_i.h142 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
Dwpa_ft.c46 mpmk = sm->xxkey; in wpa_derive_ptk_ft()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_common.c1514 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument
1542 wpa_hexdump_key(MSG_DEBUG, "FT: XXKey", xxkey, xxkey_len); in wpa_derive_pmk_r0()
1567 if (sha384_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
1579 if (sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
Dwpa_common.h376 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_common.c1854 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()
Dwpa_common.h419 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,