Home
last modified time | relevance | path

Searched refs:const_time_select_u8 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dconst_time.h129 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/
Dsae.c216 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()