Searched refs:dpp_derive_k1 (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_i.h | 101 int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, unsigned int hash_len);
|
H A D | dpp_auth.c | 790 if (dpp_derive_k1(auth->Mx, auth->secret_len, auth->k1, in dpp_auth_req_rx() 1250 if (dpp_derive_k1(auth->Mx, auth->secret_len, auth->k1, in dpp_auth_init()
|
H A D | dpp_crypto.c | 368 int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, unsigned int hash_len) in dpp_derive_k1() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 1519 static int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, in dpp_derive_k1() function 2307 if (dpp_derive_k1(auth->Mx, auth->secret_len, auth->k1, in dpp_auth_init() 3193 if (dpp_derive_k1(auth->Mx, auth->secret_len, auth->k1, in dpp_auth_req_rx()
|
Completed in 16 milliseconds