Lines Matching defs:good
174 unsigned int good, found_zero_byte, mask;
208 good = constant_time_is_zero(em[0]);
209 good &= constant_time_eq(em[1], 2);
226 good &= constant_time_ge(zero_index, 2 + 8);
236 * For good measure, do this check in constant time as well.
238 good &= constant_time_ge(tlen, mlen);
242 * Then if |good| move |mlen| bytes from |em|+RSA_PKCS1_PADDING_SIZE to |to|.
258 mask = good & constant_time_lt(i, mlen);
270 err_clear_last_constant_time(1 & good);
273 return constant_time_select_int(good, mlen, -1);
303 unsigned int i, good, version_good;
326 good = constant_time_is_zero(from[0]);
327 good &= constant_time_eq(from[1], 2);
331 good &= ~constant_time_is_zero_8(from[i]);
332 good &= constant_time_is_zero_8(from[flen - SSL_MAX_MASTER_KEY_LENGTH - 1]);
372 good &= version_good;
376 * Now copy the result over to the to buffer if good, or random data if
377 * not good.
381 constant_time_select_8(good,