Searched refs:test_binary_op_s (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | constant_time_test.c | 84 static int test_binary_op_s(size_t (*op) (size_t a, size_t b), in test_binary_op_s() function 317 || !test_binary_op_s(&constant_time_lt_s, "constant_time_lt_s", in test_binops_s() 319 || !test_binary_op_s(&constant_time_lt_s, "constant_time_lt_s", in test_binops_s() 321 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s", in test_binops_s() 323 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s", in test_binops_s() 325 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s", in test_binops_s() 327 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s", in test_binops_s()
|