Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
Dutils_module_tests.c1155 if (const_time_select_u8(test->mask, test->true_val, in const_time_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
Dutils_module_tests.c1156 if (const_time_select_u8(test->mask, test->true_val, in const_time_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c220 pwd_value[0] = const_time_select_u8(pwd_value_valid, pwd_value[0], 0); in sae_test_pwd_seed_ffc()
263 res = const_time_select_u8(pwd_value_valid, 1, 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()
267 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc()
375 pwd_seed_odd = const_time_select_u8( in sae_derive_pwe_ecc()
530 sel_counter = const_time_select_u8(found, sel_counter, counter); in sae_derive_pwe_ffc()
532 found = const_time_select_u8(found, found, mask); in sae_derive_pwe_ffc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_pwd_common.c197 is_odd = const_time_select_u8( in compute_password_element()
242 found_ctr = const_time_select_u8(found, found_ctr, ctr); in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_pwd_common.c197 is_odd = const_time_select_u8( in compute_password_element()
242 found_ctr = const_time_select_u8(found, found_ctr, ctr); in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae.c225 pwd_value[0] = const_time_select_u8(pwd_value_valid, pwd_value[0], 0); in sae_test_pwd_seed_ffc()
268 res = const_time_select_u8(pwd_value_valid, 1, 0); in sae_test_pwd_seed_ffc()
270 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc()
272 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc()
369 pwd_seed_odd = const_time_select_u8( in sae_derive_pwe_ecc()
516 sel_counter = const_time_select_u8(found, sel_counter, counter); in sae_derive_pwe_ffc()
518 found = const_time_select_u8(found, found, mask); in sae_derive_pwe_ffc()