Searched refs:CONSTTIME_FALSE_S (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dconstant_time_test.c23 static const size_t CONSTTIME_FALSE_S = 0; variable
90 if (!is_true && !TEST_uint_eq(op(a,b), CONSTTIME_FALSE_S))
152 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_s(a), CONSTTIME_FALSE_S))
188 if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_FALSE_S, a, b), b))
232 if (a != b && !TEST_int_eq(constant_time_eq_s(a, b), CONSTTIME_FALSE_S))
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dconstant_time_test.c23 static const size_t CONSTTIME_FALSE_S = 0; variable
90 if (!is_true && !TEST_uint_eq(op(a,b), CONSTTIME_FALSE_S))
152 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_s(a), CONSTTIME_FALSE_S))
188 if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_FALSE_S, a, b), b))
232 if (a != b && !TEST_int_eq(constant_time_eq_s(a, b), CONSTTIME_FALSE_S))

Completed in 114 milliseconds