Searched refs:test_binary_op_s (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dconstant_time_test.c84 static int test_binary_op_s(size_t (*op) (size_t a, size_t b), function
317 || !test_binary_op_s(&constant_time_lt_s, "constant_time_lt_s",
319 || !test_binary_op_s(&constant_time_lt_s, "constant_time_lt_s",
321 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s",
323 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s",
325 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s",
327 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s",
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dconstant_time_test.c84 static int test_binary_op_s(size_t (*op) (size_t a, size_t b), function
317 || !test_binary_op_s(&constant_time_lt_s, "constant_time_lt_s",
319 || !test_binary_op_s(&constant_time_lt_s, "constant_time_lt_s",
321 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s",
323 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s",
325 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s",
327 || !test_binary_op_s(&constant_time_eq_s, "constant_time_eq_s",

Completed in 84 milliseconds