Searched refs:Mx (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.h | 184 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; member 263 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; member
|
D | dpp.c | 832 static int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, in dpp_derive_k1() argument 843 if (dpp_hmac(hash_len, salt, hash_len, Mx, Mx_len, prk) < 0) in dpp_derive_k1() 913 addr[num_elem] = auth->Mx; in dpp_derive_ke() 1592 auth->Mx, &secret_len) < 0) in dpp_auth_init() 1597 auth->Mx, auth->secret_len); in dpp_auth_init() 1600 if (dpp_derive_k1(auth->Mx, auth->secret_len, auth->k1, in dpp_auth_init() 1872 os_memset(auth->Mx, 0, sizeof(auth->Mx)); in dpp_auth_success() 2497 if (dpp_ecdh(own_bi->pubkey, pi, auth->Mx, &secret_len) < 0) in dpp_auth_req_rx() 2502 auth->Mx, auth->secret_len); in dpp_auth_req_rx() 2505 if (dpp_derive_k1(auth->Mx, auth->secret_len, auth->k1, in dpp_auth_req_rx()
|