Searched refs:dpp_hash_vector (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 99 static int dpp_hash_vector(const struct dpp_curve_params *curve, in dpp_hash_vector() function 935 res = dpp_hash_vector(auth->curve, num_elem, addr, len, r_auth); in dpp_gen_r_auth() 1022 res = dpp_hash_vector(auth->curve, num_elem, addr, len, i_auth); in dpp_gen_i_auth() 1470 if (dpp_hash_vector(curve, num_elem, addr, len, hash) < 0) in dpp_pkex_derive_Qi() 1545 if (dpp_hash_vector(curve, num_elem, addr, len, hash) < 0) in dpp_pkex_derive_Qr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 391 static int dpp_hash_vector(const struct dpp_curve_params *curve, in dpp_hash_vector() function 2598 res = dpp_hash_vector(auth->curve, num_elem, addr, len, r_auth); in dpp_gen_r_auth() 2681 res = dpp_hash_vector(auth->curve, num_elem, addr, len, i_auth); in dpp_gen_i_auth() 6694 if (dpp_hash_vector(curve, num_elem, addr, len, hash) < 0) in dpp_pkex_derive_Qi() 6778 if (dpp_hash_vector(curve, num_elem, addr, len, hash) < 0) in dpp_pkex_derive_Qr()
|
Completed in 14 milliseconds