Searched refs:is_val (Results 1 – 1 of 1) sorted by relevance
192 int res, is_val; in sae_test_pwd_seed_ffc() local262 is_val = crypto_bignum_is_zero(pwe); in sae_test_pwd_seed_ffc()263 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc()264 is_val = crypto_bignum_is_one(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()