Home
last modified time | relevance | path

Searched refs:is_val (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.c196 int res, is_val; in sae_test_pwd_seed_ffc() local
264 is_val = crypto_bignum_is_zero(pwe); 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()
266 is_val = crypto_bignum_is_one(pwe); 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.c203 int res, is_val; in sae_test_pwd_seed_ffc() local
271 is_val = crypto_bignum_is_zero(pwe); 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()
273 is_val = crypto_bignum_is_one(pwe); in sae_test_pwd_seed_ffc()
274 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc()

Completed in 9 milliseconds