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

/openbsd-current/regress/lib/libcrypto/crypto/
H A Dcrypto_test.c64 if (mask != crypto_ct_ne_mask_u8(i, j)) {
65 fprintf(stderr, "FAIL: crypto_ct_ne_mask_u8(%d, %d) = %x, "
66 "want %x\n", i, j, crypto_ct_ne_mask_u8(i, j), mask);
/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h76 crypto_ct_ne_mask_u8(uint8_t a, uint8_t b) function

Completed in 115 milliseconds