Home
last modified time | relevance | path

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

/third_party/openssl/include/internal/
Dconstant_time.h169 static ossl_inline size_t constant_time_is_zero_s(size_t a) in constant_time_is_zero_s() function
192 return constant_time_is_zero_s(a ^ b); in constant_time_eq_s()
375 mask = (unsigned char)constant_time_is_zero_s(idx); in constant_time_lookup()
/third_party/openssl/test/
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()