Home
last modified time | relevance | path

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

/freebsd/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.c1183 const_time_select_bin(test->mask, test->true_val, in const_time_tests()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c225 const_time_select_bin(found, x_bin, prfbuf, primebytelen, in compute_password_element()
285 const_time_select_bin(is_eq, x_y, x_y + MAX_ECC_PRIME_LEN, in compute_password_element()
/freebsd/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.c359 const_time_select_bin(found, stub_password, password, in sae_derive_pwe_ecc()
367 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc()
421 const_time_select_bin(is_eq, x_y, x_y + SAE_MAX_ECC_PRIME_LEN, in sae_derive_pwe_ecc()
514 const_time_select_bin(found, pwe_buf, pwe_buf + prime_len, in sae_derive_pwe_ffc()
714 const_time_select_bin(m_is_zero, bin1, bin2, prime_len, bin); in sswu()
756 const_time_select_bin(is_qr, bin1, bin2, prime_len, bin); in sswu()
766 const_time_select_bin(is_qr, bin1, bin2, prime_len, x_y); in sswu()
789 const_time_select_bin(is_eq, bin1, bin2, prime_len, &x_y[prime_len]); in sswu()