Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dconstant_time_test.c25 static uint32_t CONSTTIME_FALSE_32 = 0; variable
141 if (a != 0 && !TEST_true(constant_time_is_zero_32(a) == CONSTTIME_FALSE_32)) in test_is_zero_32()
179 if (!TEST_true(constant_time_select_32(CONSTTIME_FALSE_32, a, b) == b)) in test_select_32()