Home
last modified time | relevance | path

Searched refs:test_leaf (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Dcrltest.c184 static X509 *test_leaf = NULL; variable
315 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl()
318 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl()
328 return TEST_int_eq(verify(test_leaf, test_root, NULL, in test_no_crl()
339 && TEST_int_eq(verify(test_leaf, test_root, in test_bad_issuer_crl()
353 && TEST_int_eq(verify(test_leaf, test_root, in test_known_critical_crl()
366 && TEST_int_eq(verify(test_leaf, test_root, in test_unknown_critical_crl()
397 || !TEST_ptr(test_leaf = X509_from_strings(kCRLTestLeaf))) in setup_tests()
412 X509_free(test_leaf); in cleanup_tests()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_pytree.py34 def test_leaf(self): member in TestNodes

Completed in 4 milliseconds