Searched refs:CONSTTIME_FALSE_S (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | constant_time_test.c | 23 static const size_t CONSTTIME_FALSE_S = 0; variable 90 if (!is_true && !TEST_uint_eq(op(a,b), CONSTTIME_FALSE_S)) in test_binary_op_s() 152 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_s(a), CONSTTIME_FALSE_S)) in test_is_zero_s() 188 if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_FALSE_S, a, b), b)) in test_select_s() 232 if (a != b && !TEST_int_eq(constant_time_eq_s(a, b), CONSTTIME_FALSE_S)) in test_eq_s()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | constant_time_test.c | 23 static const size_t CONSTTIME_FALSE_S = 0; variable 90 if (!is_true && !TEST_uint_eq(op(a,b), CONSTTIME_FALSE_S)) in test_binary_op_s() 152 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_s(a), CONSTTIME_FALSE_S)) in test_is_zero_s() 188 if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_FALSE_S, a, b), b)) in test_select_s() 232 if (a != b && !TEST_int_eq(constant_time_eq_s(a, b), CONSTTIME_FALSE_S)) in test_eq_s()
|