Searched refs:is_val (Results 1 – 1 of 1) sorted by relevance
201 int res, is_val; in sae_test_pwd_seed_ffc() local269 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()