Searched refs:endentity1 (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | cmp_protect_test.c | 77 static X509 *endentity1 = NULL, *endentity2 = NULL, variable 380 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain() 406 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain_missing_intermediate() 424 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain_no_root() 495 || !sk_X509_push(fixture->certs, endentity1) in test_X509_STORE() 513 if (!TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_X509_STORE_only_self_issued() 534 X509_free(endentity1); in cleanup_tests() 603 if (!TEST_ptr(endentity1 = load_cert_pem(endentity1_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|
H A D | cmp_vfy_test.c | 78 static X509 *endentity1 = NULL, *endentity2 = NULL, variable 411 || !add_untrusted((*fixture)->cmp_ctx, endentity1) in setup_path() 581 X509_free(endentity1); in cleanup_tests() 645 if (!TEST_ptr(endentity1 = load_cert_pem(endentity1_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|
Completed in 8 milliseconds