constant_time_select_8
secret[i] = constant_time_select_8(mask, Kr[i], failure_key[i]);
db[i] = constant_time_select_8(mask, db[i + msg_index], db[i]);
to[i] = constant_time_select_8(mask, db[i + mdlen + 1], to[i]);
em[i] = constant_time_select_8(mask, em[i + msg_index], em[i]);
to[i] = constant_time_select_8(mask, em[i + RSA_PKCS1_PADDING_SIZE], to[i]);
to[j] = constant_time_select_8(good, from[i], synthetic[i]);
to[i] = constant_time_select_8(good,
*(outc + j) |= constant_time_select_8(mask, *(tablec++), 0);
static ossl_inline unsigned char constant_time_select_8(unsigned char mask,
b = constant_time_select_8(is_past_c, 0x80, b);
b = constant_time_select_8(is_block_b,
aux3 = constant_time_select_8(mask, aux1, aux2);
out[j++] = constant_time_select_8((unsigned char)(good & 0xff),
out[i] = constant_time_select_8((unsigned char)(good & 0xff), out[i],
if (!TEST_uint_eq(constant_time_select_8(CONSTTIME_TRUE_8, a, b), a))
if (!TEST_uint_eq(constant_time_select_8(CONSTTIME_FALSE_8, a, b), b))