Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.c1142 if (const_time_select_int(test->mask, test->true_val, in const_time_tests()
/external/wpa_supplicant_8/src/common/
Dsae.c281 check = const_time_select_int(mask, -1, 1); in is_quadratic_residue_blind()
291 res = const_time_select_int(mask, 1, 0); in is_quadratic_residue_blind()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c1532 res = const_time_select_int(mask, 1, res); in crypto_bignum_legendre()
1534 res = const_time_select_int(mask, 0, res); in crypto_bignum_legendre()