Searched refs:crypto_ct_ne_zero_u8 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/regress/lib/libcrypto/crypto/
H A Dcrypto_test.c32 if ((i != 0) != crypto_ct_ne_zero_u8(i)) {
33 fprintf(stderr, "FAIL: crypto_ct_ne_zero_u8(%d) = %d, "
34 "want %d\n", i, crypto_ct_ne_zero_u8(i), i != 0);
45 "want %d\n", i, crypto_ct_ne_zero_u8(i), i != 0);
/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h36 crypto_ct_ne_zero_u8(uint8_t v) function
46 return 0 - crypto_ct_ne_zero_u8(v);
54 return 1 - crypto_ct_ne_zero_u8(v);
70 return crypto_ct_ne_zero_u8(a - b);

Completed in 165 milliseconds