Lines Matching defs:good
165 unsigned int good = 0, found_one_byte, mask;
235 good = constant_time_is_zero(em[0]);
253 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen));
265 good &= (found_one_byte | equals0);
268 good &= found_one_byte;
271 * At this point |good| is zero unless the plaintext was valid,
279 * For good measure, do this check in constant time as well.
281 good &= constant_time_ge(tlen, mlen);
285 * Then if |good| move |mlen| bytes from |db|+|mdlen|+1 to |to|.
301 mask = good & constant_time_lt(i, mlen);
315 err_clear_last_constant_time(1 & good);
322 return constant_time_select_int(good, mlen, -1);