Searched refs:xxkey (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_i.h | 128 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
|
H A D | wpa_auth.c | 1316 os_memcpy(sm->xxkey, pmk, pmk_len); 2328 os_memset(sm->xxkey, 0, sizeof(sm->xxkey)); 2635 os_memcpy(sm->xxkey, msk, SHA384_MAC_LEN); 2638 os_memcpy(sm->xxkey, msk + PMK_LEN, PMK_LEN); 2683 os_memcpy(sm->xxkey, psk, sm->xxkey_len); 2693 os_memcpy(sm->xxkey, sm->pmksa->pmk, sm->pmksa->pmk_len); 3673 os_memcpy(sm->xxkey, pmk, pmk_len);
|
H A D | wpa_auth_ft.c | 2142 mpmk = sm->xxkey; in wpa_auth_derive_ptk_ft()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_i.h | 144 u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the member
|
H A D | wpa.c | 297 if (wpa_sm_key_mgmt_set_pmk(sm, sm->xxkey, sm->xxkey_len)) in wpa_supplicant_key_mgmt_set_pmk() 353 os_memcpy(sm->xxkey, sm->pmk, sm->pmk_len); in wpa_supplicant_get_pmk() 383 os_memcpy(sm->xxkey, buf, SHA384_MAC_LEN); in wpa_supplicant_get_pmk() 386 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN); in wpa_supplicant_get_pmk() 401 sm->xxkey, sm->xxkey_len); in wpa_supplicant_get_pmk() 403 sm->xxkey, sm->xxkey_len, in wpa_supplicant_get_pmk() 4371 os_memcpy(sm->xxkey, pmk, pmk_len); in wpa_sm_set_pmk() 5213 os_memset(sm->xxkey, 0, sizeof(sm->xxkey)); in wpa_sm_drop_sa()
|
H A D | wpa_ft.c | 48 mpmk = sm->xxkey; in wpa_derive_ptk_ft()
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_common.c | 2177 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument 2215 wpa_hexdump_key(MSG_DEBUG, "FT: XXKey", xxkey, xxkey_len); in wpa_derive_pmk_r0() 2241 res = sha512_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0() 2253 res = sha384_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0() 2264 res = sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
|
H A D | wpa_common.h | 495 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|