Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dcmp_protect_test.c71 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()
585 if (!TEST_ptr(endentity1 = load_cert_pem(endentity1_f, libctx)) in OPT_TEST_DECLARE_USAGE()
H A Dcmp_vfy_test.c78 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()

Completed in 3 milliseconds