Searched refs:X509_from_strings (Results 1 – 1 of 1) sorted by relevance
229 static X509 *X509_from_strings(const char **pem) in X509_from_strings() function437 if (!TEST_ptr(test_root = X509_from_strings(kCRLTestRoot)) in setup_tests()438 || !TEST_ptr(test_leaf = X509_from_strings(kCRLTestLeaf))) in setup_tests()
Completed in 5 milliseconds