crypto_ct_eq_u8
return 0 - crypto_ct_eq_u8(a, b);
conditional = crypto_ct_eq_u8(j, wv);
conditional = crypto_ct_eq_u8(j, wv);
valid &= crypto_ct_eq_u8(pms[0], 0x00);
valid &= crypto_ct_eq_u8(pms[1], 0x02);
valid &= crypto_ct_eq_u8(pms[pad_len - 1], 0x00);
valid &= crypto_ct_eq_u8(pms[pad_len + 0], s->s3->hs.peer_legacy_version >> 8);
valid &= crypto_ct_eq_u8(pms[pad_len + 1], s->s3->hs.peer_legacy_version & 0xff);
if ((a == b) != crypto_ct_eq_u8(a, b)) {
"want %d\n", a, b, crypto_ct_eq_u8(a, b), a != b);