Searched refs:endentity2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | cmp_protect_test.c | 77 static X509 *endentity1 = NULL, *endentity2 = NULL, variable 404 fixture->cert = endentity2; in test_cmp_build_cert_chain() 410 || !TEST_true(sk_X509_push(fixture->chain, endentity2)) in test_cmp_build_cert_chain() 430 fixture->cert = endentity2; in test_cmp_build_cert_chain_missing_intermediate() 435 || !TEST_true(sk_X509_push(fixture->chain, endentity2))) { in test_cmp_build_cert_chain_missing_intermediate() 448 fixture->cert = endentity2; in test_cmp_build_cert_chain_no_root() 453 || !TEST_true(sk_X509_push(fixture->chain, endentity2)) in test_cmp_build_cert_chain_no_root() 484 fixture->cert = endentity2; in test_cmp_build_cert_chain_no_certs() 487 || !TEST_true(sk_X509_push(fixture->chain, endentity2))) { in test_cmp_build_cert_chain_no_certs() 522 || !sk_X509_push(fixture->certs, endentity2) in test_X509_STORE() [all …]
|
| H A D | cmp_vfy_test.c | 78 static X509 *endentity1 = NULL, *endentity2 = NULL, variable 401 (*fixture)->cert = endentity2; in setup_path() 629 X509_free(endentity2); in cleanup_tests() 693 || !TEST_ptr(endentity2 = load_cert_pem(endentity2_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|