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

/openbsd-current/regress/lib/libcrypto/crypto/
H A Dcrypto_test.c75 if (mask != crypto_ct_eq_mask_u8(i, j)) {
76 fprintf(stderr, "FAIL: crypto_ct_eq_mask_u8(%d, %d) = %x, "
77 "want %x\n", i, j, crypto_ct_eq_mask_u8(i, j), mask);
/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h92 crypto_ct_eq_mask_u8(uint8_t a, uint8_t b) function
/openbsd-current/lib/libssl/
H A Dssl_srvr.c1718 mask = crypto_ct_eq_mask_u8(valid, 1);

Completed in 120 milliseconds