Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c27 static uint64_t CONSTTIME_FALSE_64 = 0; variable
104 } else if (!is_true && c != CONSTTIME_FALSE_64) { in test_binary_op_64()
201 selected = constant_time_select_64(CONSTTIME_FALSE_64, a, b); in test_select_64()