Home
last modified time | relevance | path

Searched refs:newCert (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/cmp/
Dcmp_ctx.c223 X509_free(ctx->newCert); in OSSL_CMP_CTX_free()
780 X509_free(ctx->newCert); in DEFINE_OSSL_CMP_CTX_set1_up_ref()
781 ctx->newCert = cert; in DEFINE_OSSL_CMP_CTX_set1_up_ref()
795 return ctx->newCert; in OSSL_CMP_CTX_get0_newCert()
Dcmp_client.c598 && !(X509_check_private_key(ctx->newCert, rkey))) { in cert_response()
616 if ((fail_info = cb(ctx, ctx->newCert, fail_info, &txt)) != 0 in cert_response()
725 result = ctx->newCert; in OSSL_CMP_exec_certreq()
Dcmp_msg.c806 if (!ossl_assert(ctx != NULL && ctx->newCert != NULL)) in ossl_cmp_certConf_new()
830 if ((certHash = X509_digest_sig(ctx->newCert, NULL, NULL)) == NULL) in ossl_cmp_certConf_new()
Dcmp_local.h125 X509 *newCert; /* newly enrolled cert received from the CA */ member
/third_party/openssl/test/
Dcmp_ctx_test.c95 && ctx->newCert == NULL in execute_CTX_reinit_test()
782 DEFINE_SET_GET_TEST(ossl_cmp, ctx, 0, 0, 0, newCert, X509) in DEFINE_SET_CB_TEST()
/third_party/openssl/doc/man3/
DOSSL_CMP_CTX_new.pod180 and any previous results (newCert, newChain, caPubs, and extraCertsIn)