Searched refs:endentity1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | cmp_protect_test.c | 73 static X509 *endentity1 = NULL, *endentity2 = NULL, variable 375 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain() 401 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain_missing_intermediate() 419 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain_no_root() 490 || !sk_X509_push(fixture->certs, endentity1) in test_X509_STORE() 508 if (!TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_X509_STORE_only_self_issued() 527 X509_free(endentity1); in cleanup_tests() 587 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 394 || !add_untrusted((*fixture)->cmp_ctx, endentity1) in setup_path() 563 X509_free(endentity1); in cleanup_tests() 628 if (!TEST_ptr(endentity1 = load_cert_pem(endentity1_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|