Lines Matching refs:found
293 u8 found = 0; /* 0 (false) or 0xff (true) to be used as const_time_* in sae_derive_pwe_ecc() local
342 for (counter = 1; counter <= k || !found; counter++) { in sae_derive_pwe_ecc()
352 const_time_select_bin(found, stub_password, password, in sae_derive_pwe_ecc()
360 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc()
363 found, pwd_seed_odd, in sae_derive_pwe_ecc()
377 found |= res * 0xff; in sae_derive_pwe_ecc()
379 res, found); in sae_derive_pwe_ecc()
382 if (!found) { in sae_derive_pwe_ecc()
447 u8 found = 0; /* 0 (false) or 0xff (true) to be used as const_time_* in sae_derive_pwe_ffc() local
480 for (counter = 1; counter <= k || !found; counter++) { in sae_derive_pwe_ffc()
505 const_time_select_bin(found, pwe_buf, pwe_buf + prime_len, in sae_derive_pwe_ffc()
507 sel_counter = const_time_select_u8(found, sel_counter, counter); in sae_derive_pwe_ffc()
509 found = const_time_select_u8(found, found, mask); in sae_derive_pwe_ffc()
512 if (!found) in sae_derive_pwe_ffc()