Home
last modified time | relevance | path

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

/openssl/test/
H A Dx509_internal_test.c57 static IP_TESTDATA a2i_ipaddress_tests[] = { variable
155 int len = a2i_ipaddress_tests[idx].length; in test_a2i_ipaddress()
157 ip = a2i_IPADDRESS(a2i_ipaddress_tests[idx].ipasc); in test_a2i_ipaddress()
161 TEST_note("'%s' should not be parsed as IP address", a2i_ipaddress_tests[idx].ipasc); in test_a2i_ipaddress()
167 a2i_ipaddress_tests[idx].data, len)) { in test_a2i_ipaddress()
178 ADD_ALL_TESTS(test_a2i_ipaddress, OSSL_NELEM(a2i_ipaddress_tests)); in setup_tests()

Completed in 8 milliseconds