Searched refs:endentity2 (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 372 fixture->cert = endentity2; in test_cmp_build_cert_chain() 378 || !TEST_true(sk_X509_push(fixture->chain, endentity2)) in test_cmp_build_cert_chain() 398 fixture->cert = endentity2; in test_cmp_build_cert_chain_missing_intermediate() 403 || !TEST_true(sk_X509_push(fixture->chain, endentity2))) { in test_cmp_build_cert_chain_missing_intermediate() 416 fixture->cert = endentity2; in test_cmp_build_cert_chain_no_root() 421 || !TEST_true(sk_X509_push(fixture->chain, endentity2)) in test_cmp_build_cert_chain_no_root() 452 fixture->cert = endentity2; in test_cmp_build_cert_chain_no_certs() 455 || !TEST_true(sk_X509_push(fixture->chain, endentity2))) { in test_cmp_build_cert_chain_no_certs() 491 || !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 386 (*fixture)->cert = endentity2; in setup_path() 564 X509_free(endentity2); in cleanup_tests() 629 || !TEST_ptr(endentity2 = load_cert_pem(endentity2_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|