Lines Matching refs:cert
27 X509 *cert;
68 static X509 *cert = NULL;
240 || !TEST_true(OSSL_CMP_CTX_set1_cert(fixture->cmp_ctx, cert))) {
330 /* The cert chain tests use EC certs so we skip them in no-ec builds */
337 X509_build_chain(fixture->cert, fixture->certs, NULL,
352 chain = X509_build_chain(fixture->cert, fixture->certs, store,
370 fixture->cert = endentity2;
396 fixture->cert = endentity2;
414 fixture->cert = endentity2;
432 fixture->with_ss = 0; /* still chain must include the only cert (root) */
433 fixture->cert = root;
450 fixture->cert = endentity2;
524 X509_free(cert);
575 || !TEST_ptr(cert = load_cert_pem(server_cert_f, libctx)))