Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dconstant_time.h211 static ossl_inline size_t constant_time_is_zero_s(size_t a) in constant_time_is_zero_s() function
239 return constant_time_is_zero_s(a ^ b); in constant_time_eq_s()
450 mask = (unsigned char)constant_time_is_zero_s(idx); in constant_time_lookup()
/openssl/test/
H A Dconstant_time_test.c150 if (a == 0 && !TEST_size_t_eq(constant_time_is_zero_s(a), CONSTTIME_TRUE_S)) in test_is_zero_s()
152 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_s(a), CONSTTIME_FALSE_S)) in test_is_zero_s()

Completed in 6 milliseconds