Home
last modified time | relevance | path

Searched refs:dpp_hash_vector (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c99 static int dpp_hash_vector(const struct dpp_curve_params *curve, in dpp_hash_vector() function
956 res = dpp_hash_vector(auth->curve, num_elem, addr, len, r_auth); in dpp_gen_r_auth()
1043 res = dpp_hash_vector(auth->curve, num_elem, addr, len, i_auth); in dpp_gen_i_auth()
1493 if (dpp_hash_vector(curve, num_elem, addr, len, hash) < 0) in dpp_pkex_derive_Qi()
1568 if (dpp_hash_vector(curve, num_elem, addr, len, hash) < 0) in dpp_pkex_derive_Qr()