Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/utils/
H A Dconst_time.h161 static inline void const_time_select_bin(u8 mask, const u8 *true_val, in const_time_select_bin() function
H A Dutils_module_tests.c1182 const_time_select_bin(test->mask, test->true_val, in const_time_tests()
/freebsd-12.1/contrib/wpa/src/common/
H A Ddragonfly.c156 const_time_select_bin(mask, qnr, qr, prime_len, qr_or_qnr_bin); in dragonfly_is_quadratic_residue_blind()
H A Dsae.c363 const_time_select_bin(found, dummy_password, password, in sae_derive_pwe_ecc()
371 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc()
509 const_time_select_bin(found, pwe_buf, pwe_buf + prime_len, in sae_derive_pwe_ffc()
/freebsd-12.1/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c228 const_time_select_bin(found, x_bin, prfbuf, primebytelen, in compute_password_element()