Lines Matching refs:found
302 u8 found = 0; /* 0 (false) or 0xff (true) to be used as const_time_* in sae_derive_pwe_ecc() local
351 for (counter = 1; counter <= k || !found; counter++) { in sae_derive_pwe_ecc()
361 const_time_select_bin(found, stub_password, password, in sae_derive_pwe_ecc()
369 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc()
372 found, pwd_seed_odd, in sae_derive_pwe_ecc()
386 found |= res * 0xff; in sae_derive_pwe_ecc()
388 res, found); in sae_derive_pwe_ecc()
390 if (found) in sae_derive_pwe_ecc()
398 if (!found) { in sae_derive_pwe_ecc()
464 u8 found = 0; /* 0 (false) or 0xff (true) to be used as const_time_* in sae_derive_pwe_ffc() local
498 for (counter = 1; counter <= k || !found; counter++) { in sae_derive_pwe_ffc()
523 const_time_select_bin(found, pwe_buf, pwe_buf + prime_len, in sae_derive_pwe_ffc()
525 sel_counter = const_time_select_u8(found, sel_counter, counter); in sae_derive_pwe_ffc()
527 found = const_time_select_u8(found, found, mask); in sae_derive_pwe_ffc()
530 if (!found) in sae_derive_pwe_ffc()