HomeSort by: relevance | last modified time | path
    Searched defs:test_root2 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
crltest.c 275 static X509 *test_root2 = NULL; variable
467 && TEST_int_eq(verify(test_leaf2, test_root2,
622 || !TEST_ptr(test_root2 = X509_from_strings(kCRLTestRoot2))
641 X509_free(test_root2);
crltest.c 275 static X509 *test_root2 = NULL; variable
467 && TEST_int_eq(verify(test_leaf2, test_root2,
622 || !TEST_ptr(test_root2 = X509_from_strings(kCRLTestRoot2))
641 X509_free(test_root2);
crltest.c 275 static X509 *test_root2 = NULL; variable
467 && TEST_int_eq(verify(test_leaf2, test_root2,
622 || !TEST_ptr(test_root2 = X509_from_strings(kCRLTestRoot2))
641 X509_free(test_root2);

Completed in 160 milliseconds