Searched refs:const_time_select_u8 (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | const_time.h | 129 static inline u8 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) in const_time_select_u8() function 168 dst[i] = const_time_select_u8(mask, true_val[i], false_val[i]); in const_time_select_bin()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 216 pwd_value[0] = const_time_select_u8(pwd_value_valid, pwd_value[0], 0); in sae_test_pwd_seed_ffc() 261 res = const_time_select_u8(pwd_value_valid, 1, 0); in sae_test_pwd_seed_ffc() 263 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc() 265 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc() 362 pwd_seed_odd = const_time_select_u8( in sae_derive_pwe_ecc() 507 sel_counter = const_time_select_u8(found, sel_counter, counter); in sae_derive_pwe_ffc() 509 found = const_time_select_u8(found, found, mask); in sae_derive_pwe_ffc()
|