Home
last modified time | relevance | path

Searched refs:eecert (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dalgorithmid_test.c110 static int test_x509_sig_aid(X509 *eecert, const char *ee_filename, in test_x509_sig_aid() argument
131 X509_get0_signature(NULL, &alg, eecert); in test_x509_sig_aid()
133 if (!TEST_int_eq(X509_ALGOR_cmp(alg, X509_get0_tbs_sigalg(eecert)), 0)) in test_x509_sig_aid()
216 X509 *eecert = NULL, *cacert = NULL; in test_x509_files() local
231 if ((eecert = PEM_read_bio_X509(bee, NULL, NULL, NULL)) == NULL) { in test_x509_files()
244 ret = test_x509_sig_aid(eecert, eecert_filename, cacert, cacert_filename) in test_x509_files()
245 & test_x509_spki_aid(eecert, eecert_filename) in test_x509_files()
250 X509_free(eecert); in test_x509_files()
H A Dverify_extra_test.c227 X509 *eecert = load_cert_from_file(ee_cert); /* may result in NULL */ in do_test_purpose() local
235 if (!TEST_ptr(eecert) in do_test_purpose()
251 if (!TEST_true(X509_STORE_CTX_init(ctx, NULL, eecert, untrusted))) in do_test_purpose()
272 X509_free(eecert); in do_test_purpose()