Home
last modified time | relevance | path

Searched refs:constant_time_eq_int_8 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h74 static ossl_inline unsigned char constant_time_eq_int_8(int a, int b);
266 static ossl_inline unsigned char constant_time_eq_int_8(int a, int b) in constant_time_eq_int_8() function
/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c221 if (a == b && !TEST_int_eq(constant_time_eq_int_8(a, b), CONSTTIME_TRUE_8)) in test_eq_int_8()
223 if (a != b && !TEST_int_eq(constant_time_eq_int_8(a, b), CONSTTIME_FALSE_8)) in test_eq_int_8()
/freebsd/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c1522 mask = constant_time_eq_int_8(0, in decap()