Home
last modified time | relevance | path

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

/openssl/test/
H A Dtest_test.c265 || !TEST(0, TEST_str_ne(NULL, NULL)) in test_string()
268 || !TEST(0, TEST_str_ne("", "")) in test_string()
270 || !TEST(0, TEST_str_ne("abc", buf)) in test_string()
271 || !TEST(1, TEST_str_ne("abc", NULL)) in test_string()
272 || !TEST(1, TEST_str_ne(NULL, buf)) in test_string()
496 && TEST_str_ne(p++, "456") in test_single_eval()
H A Dhexstr_test.c100 } else if (!TEST_str_ne(out, test->in)) { in test_hexstr_to_from()
H A Dtestutil.h470 # define TEST_str_ne(a, b) test_str_ne(__FILE__, __LINE__, #a, #b, a, b) macro

Completed in 34 milliseconds