constant_time_select_int
res = constant_time_select_int(constant_time_eq_bn(ap[0], w), 1, 0);
res = constant_time_select_int(constant_time_is_zero_bn(ap[i]),
atop = constant_time_select_int(mask, j + 1, atop);
a->neg = constant_time_select_int(mask, 0, a->neg);
res = constant_time_select_int(constant_time_lt_bn(ap[i], bp[i]),
res = constant_time_select_int(constant_time_lt_bn(bp[i], ap[i]),
clear = constant_time_select_int(constant_time_eq_int(clear, 0),
*r0 = constant_time_select_int(mask, r0_adjusted, *r0);
*r1 = constant_time_select_int(mask, r1_adjusted, *r1);
return constant_time_select_int(constant_time_lt(x, y), y, x);
one_index = constant_time_select_int(~found_one_byte & equals1,
tlen = constant_time_select_int(constant_time_lt(dblen - mdlen - 1, tlen),
return constant_time_select_int(good, mlen, -1);
zero_index = constant_time_select_int(~found_zero_byte & equals0,
tlen = constant_time_select_int(constant_time_lt(num - RSA_PKCS1_PADDING_SIZE, tlen),
return constant_time_select_int(good, mlen, -1);
synthetic_length = constant_time_select_int(
zero_index = constant_time_select_int(~found_zero_byte & equals0,
msg_index = constant_time_select_int(good, msg_index, synth_msg_index);
ret = constant_time_select_int(constant_time_msb(ret), ret, 1);
static ossl_inline int constant_time_select_int(unsigned int mask, int a,
ret = constant_time_select_int(constant_time_msb(ret), 0, 1);
if (!TEST_int_eq(constant_time_select_int(CONSTTIME_TRUE, a, b), a))
if (!TEST_int_eq(constant_time_select_int(CONSTTIME_FALSE, a, b), b))