constant_time_eq
unsigned int equals1 = constant_time_eq(db[i], 1);
mask = ~constant_time_eq(msg_index & (dblen - mdlen - 1 - mlen), 0);
good &= constant_time_eq(em[1], 2);
mask = ~constant_time_eq(msg_index & (num - RSA_PKCS1_PADDING_SIZE - mlen), 0);
good &= constant_time_eq(from[1], 2);
good &= constant_time_eq(from[1], 2);
version_good = constant_time_eq(from[flen - SSL_MAX_MASTER_KEY_LENGTH],
version_good &= constant_time_eq(from[flen - SSL_MAX_MASTER_KEY_LENGTH + 1],
workaround_good = constant_time_eq(from[flen - SSL_MAX_MASTER_KEY_LENGTH],
workaround_good &= constant_time_eq(from[flen - SSL_MAX_MASTER_KEY_LENGTH + 1],
return (unsigned char)constant_time_eq(a, b);
return constant_time_eq((unsigned)(a), (unsigned)(b));
static ossl_inline unsigned int constant_time_eq(unsigned int a,
|| !test_binary_op(&constant_time_eq, "constant_time_eq",
|| !test_binary_op(&constant_time_eq, "constant_time_eq",