Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dproperty_test.c608 } to_string_tests[] = { variable
639 if (to_string_tests[i].in != NULL in test_property_list_to_string()
640 && !TEST_ptr(pl = ossl_parse_query(NULL, to_string_tests[i].in, 1))) in test_property_list_to_string()
650 || !TEST_str_eq(to_string_tests[i].out, buf) in test_property_list_to_string()
651 || !TEST_size_t_eq(bufsize, strlen(to_string_tests[i].out) + 1)) in test_property_list_to_string()
674 ADD_ALL_TESTS(test_property_list_to_string, OSSL_NELEM(to_string_tests)); in setup_tests()