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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dconstant_time_test.c24 static uint32_t CONSTTIME_TRUE_32 = (uint32_t)(~(uint32_t)0); variable
139 if (a == 0 && !TEST_true(constant_time_is_zero_32(a) == CONSTTIME_TRUE_32))
177 if (!TEST_true(constant_time_select_32(CONSTTIME_TRUE_32, a, b) == a))
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dconstant_time_test.c24 static uint32_t CONSTTIME_TRUE_32 = (uint32_t)(~(uint32_t)0); variable
139 if (a == 0 && !TEST_true(constant_time_is_zero_32(a) == CONSTTIME_TRUE_32))
177 if (!TEST_true(constant_time_select_32(CONSTTIME_TRUE_32, a, b) == a))

Completed in 122 milliseconds