Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c346 int res, is_val; in sae_test_pwd_seed_ffc() local
414 is_val = crypto_bignum_is_zero(pwe); in sae_test_pwd_seed_ffc()
415 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc()
416 is_val = crypto_bignum_is_one(pwe); in sae_test_pwd_seed_ffc()
417 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc()
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c834 nir_ssa_def *is_val = nir_ieq(&b->nb, sel, imm); in vtn_emit_cf_list() local
836 cond = cond ? nir_ior(&b->nb, cond, is_val) : is_val; in vtn_emit_cf_list()