Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dconst_time.h114 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()
Dutils_module_tests.c1143 if (const_time_select_int(test->mask, test->true_val, in const_time_tests()
/hostap-latest/src/common/
Ddragonfly.c165 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()
Dsae.c190 return const_time_select_int(in_range, res, 0); in sae_test_pwd_seed_ecc()
/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c1411 res = const_time_select_int(mask, 1, res); in crypto_bignum_legendre()
1413 res = const_time_select_int(mask, 0, res); in crypto_bignum_legendre()
Dcrypto_openssl.c2229 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()