Searched refs:crypto_ct_eq_u8 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/regress/lib/libcrypto/crypto/
H A Dcrypto_test.c69 if ((i == j) != crypto_ct_eq_u8(i, j)) {
70 fprintf(stderr, "FAIL: crypto_ct_eq_u8(%d, %d) = %d, "
71 "want %d\n", i, j, crypto_ct_eq_u8(i, j), i != j);
/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h84 crypto_ct_eq_u8(uint8_t a, uint8_t b) function
94 return 0 - crypto_ct_eq_u8(a, b);
/openbsd-current/lib/libssl/
H A Dssl_srvr.c1707 valid &= crypto_ct_eq_u8(pms[0], 0x00);
1708 valid &= crypto_ct_eq_u8(pms[1], 0x02);
1711 valid &= crypto_ct_eq_u8(pms[pad_len - 1], 0x00);
1714 valid &= crypto_ct_eq_u8(pms[pad_len + 0], s->s3->hs.peer_legacy_version >> 8);
1715 valid &= crypto_ct_eq_u8(pms[pad_len + 1], s->s3->hs.peer_legacy_version & 0xff);

Completed in 115 milliseconds