Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h217 static ossl_inline size_t constant_time_is_zero_s(size_t a) in constant_time_is_zero_s() function
245 return constant_time_is_zero_s(a ^ b); in constant_time_eq_s()
468 mask = (unsigned char)constant_time_is_zero_s(idx); in constant_time_lookup()
/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c149 if (a == 0 && !TEST_size_t_eq(constant_time_is_zero_s(a), CONSTTIME_TRUE_S)) in test_is_zero_s()
151 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_s(a), CONSTTIME_FALSE_S)) in test_is_zero_s()
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c812 failure = ~constant_time_is_zero_s(constant_time_msb(retval) in OSSL_CRMF_ENCRYPTEDVALUE_decrypt()