Searched refs:endentity1 (Results 1 – 2 of 2) sorted by relevance
/openssl-master/test/ |
A D | cmp_protect_test.c | 71 static X509 *endentity1 = NULL, *endentity2 = NULL, variable 373 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain() 399 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain_missing_intermediate() 417 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain_no_root() 488 || !sk_X509_push(fixture->certs, endentity1) in test_X509_STORE() 506 if (!TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_X509_STORE_only_self_issued() 525 X509_free(endentity1); in cleanup_tests() 583 if (!TEST_ptr(endentity1 = load_cert_pem(endentity1_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|
A D | cmp_vfy_test.c | 76 static X509 *endentity1 = NULL, *endentity2 = NULL, variable 375 || !add_untrusted((*fixture)->cmp_ctx, endentity1) in setup_path() 544 X509_free(endentity1); in cleanup_tests() 607 if (!TEST_ptr(endentity1 = load_cert_pem(endentity1_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|
Completed in 7 milliseconds