Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dalgorithmid_test.c111 static int test_x509_sig_aid(X509 *eecert, const char *ee_filename, in test_x509_sig_aid() argument
132 X509_get0_signature(NULL, &alg, eecert); in test_x509_sig_aid()
134 if (!TEST_int_eq(X509_ALGOR_cmp(alg, X509_get0_tbs_sigalg(eecert)), 0)) in test_x509_sig_aid()
217 X509 *eecert = NULL, *cacert = NULL; in test_x509_files() local
232 if ((eecert = PEM_read_bio_X509(bee, NULL, NULL, NULL)) == NULL) { in test_x509_files()
245 ret = test_x509_sig_aid(eecert, eecert_filename, cacert, cacert_filename) in test_x509_files()
246 & test_x509_spki_aid(eecert, eecert_filename) in test_x509_files()
251 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()
250 if (!TEST_true(X509_STORE_CTX_init(ctx, NULL, eecert, untrusted))) in do_test_purpose()
271 X509_free(eecert); in do_test_purpose()