Searched refs:const_time_select_int (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
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()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dragonfly.c | 162 check = const_time_select_int(mask, -1, 1); in dragonfly_is_quadratic_residue_blind() 173 res = const_time_select_int(mask, 1, 0); in dragonfly_is_quadratic_residue_blind()
|
D | sae.c | 179 return const_time_select_int(in_range, res, 0); in sae_test_pwd_seed_ecc()
|