Searched refs:test_root (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | crltest.c | 183 static X509 *test_root = NULL; variable 301 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl() 304 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl() 314 return TEST_int_eq(verify(test_leaf, test_root, NULL, in test_no_crl() 325 && TEST_int_eq(verify(test_leaf, test_root, in test_bad_issuer_crl() 339 && TEST_int_eq(verify(test_leaf, test_root, in test_known_critical_crl() 352 && TEST_int_eq(verify(test_leaf, test_root, in test_unknown_critical_crl() 376 if (!TEST_ptr(test_root = X509_from_strings(kCRLTestRoot)) in setup_tests() 391 X509_free(test_root); in cleanup_tests()
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/ |
H A D | lit.cfg | 38 config.substitutions.append( ('%test_root', config.test_exec_root ) )
|
H A D | order-files.lit.cfg | 45 config.substitutions.append( ('%test_root', config.test_exec_root ) )
|