Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c26 static uint64_t CONSTTIME_TRUE_64 = (uint64_t)(~(uint64_t)0); variable
101 if (is_true && c != CONSTTIME_TRUE_64) { in test_binary_op_64()
195 uint64_t selected = constant_time_select_64(CONSTTIME_TRUE_64, a, b); in test_select_64()