Searched refs:dpp_hash_vector (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/wpa/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()
|