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