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

/openbsd-current/regress/lib/libcrypto/crypto/
H A Dcrypto_test.c58 if ((i != j) != crypto_ct_ne_u8(i, j)) {
59 fprintf(stderr, "FAIL: crypto_ct_ne_u8(%d, %d) = %d, "
60 "want %d\n", i, j, crypto_ct_ne_u8(i, j), i != j);
/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h68 crypto_ct_ne_u8(uint8_t a, uint8_t b) function
78 return 0 - crypto_ct_ne_u8(a, b);
/openbsd-current/lib/libssl/
H A Dssl_srvr.c1710 valid &= crypto_ct_ne_u8(pms[i], 0x00);

Completed in 123 milliseconds