Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dx509_internal_test.c57 static IP_TESTDATA a2i_ipaddress_tests[] = { variable
85 int len = a2i_ipaddress_tests[idx].length; in test_a2i_ipaddress()
87 ip = a2i_IPADDRESS(a2i_ipaddress_tests[idx].ipasc); in test_a2i_ipaddress()
91 TEST_note("'%s' should not be parsed as IP address", a2i_ipaddress_tests[idx].ipasc); in test_a2i_ipaddress()
97 a2i_ipaddress_tests[idx].data, len)) { in test_a2i_ipaddress()
108 ADD_ALL_TESTS(test_a2i_ipaddress, OSSL_NELEM(a2i_ipaddress_tests)); in setup_tests()