Searched refs:const_time_select_int (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | const_time.h | 114 static inline int const_time_select_int(unsigned int mask, int true_val, in const_time_select_int() function 185 res = const_time_select_int(mask, res, diff); in const_time_memcmp()
|
H A D | utils_module_tests.c | 1143 if (const_time_select_int(test->mask, test->true_val, in const_time_tests()
|
/freebsd/contrib/wpa/src/common/ |
H A D | dragonfly.c | 165 check = const_time_select_int(mask, -1, 1); in dragonfly_is_quadratic_residue_blind() 176 res = const_time_select_int(mask, 1, 0); in dragonfly_is_quadratic_residue_blind()
|
H A D | sae.c | 190 return const_time_select_int(in_range, res, 0); in sae_test_pwd_seed_ecc()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 2229 res = const_time_select_int(mask, 1, res); in crypto_bignum_legendre() 2231 res = const_time_select_int(mask, 0, res); in crypto_bignum_legendre()
|