Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c25 static uint32_t CONSTTIME_FALSE_32 = 0; variable
140 if (a != 0 && !TEST_true(constant_time_is_zero_32(a) == CONSTTIME_FALSE_32)) in test_is_zero_32()
178 if (!TEST_true(constant_time_select_32(CONSTTIME_FALSE_32, a, b) == b)) in test_select_32()