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

/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h52 crypto_ct_eq_zero_u8(uint8_t v) function
62 return 0 - crypto_ct_eq_zero_u8(v);
86 return crypto_ct_eq_zero_u8(a - b);
/openbsd-current/regress/lib/libcrypto/crypto/
H A Dcrypto_test.c43 if ((i == 0) != crypto_ct_eq_zero_u8(i)) {
44 fprintf(stderr, "FAIL: crypto_ct_eq_zero_u8(%d) = %d, "

Completed in 62 milliseconds