Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c201 int res, is_val; in sae_test_pwd_seed_ffc() local
269 is_val = crypto_bignum_is_zero(pwe); 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()
271 is_val = crypto_bignum_is_one(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()