Searched refs:newCert (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 233 X509_free(ctx->newCert); in OSSL_CMP_CTX_free() 801 X509_free(ctx->newCert); in DEFINE_OSSL_CMP_CTX_set1_up_ref() 802 ctx->newCert = cert; in DEFINE_OSSL_CMP_CTX_set1_up_ref() 816 return ctx->newCert; in OSSL_CMP_CTX_get0_newCert()
|
H A D | cmp_client.c | 625 && !(X509_check_private_key(ctx->newCert, rkey))) { in cert_response() 643 if ((fail_info = cb(ctx, ctx->newCert, fail_info, &txt)) != 0 in cert_response() 751 result = ctx->newCert; in OSSL_CMP_exec_certreq()
|
H A D | cmp_msg.c | 793 if (!ossl_assert(ctx != NULL && ctx->newCert != NULL in ossl_cmp_certConf_new() 822 if ((certHash = X509_digest_sig(ctx->newCert, NULL, NULL)) == NULL) in ossl_cmp_certConf_new()
|
H A D | cmp_local.h | 125 X509 *newCert; /* newly enrolled cert received from the CA */ member
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 233 X509_free(ctx->newCert); in OSSL_CMP_CTX_free() 801 X509_free(ctx->newCert); in DEFINE_OSSL_CMP_CTX_set1_up_ref() 802 ctx->newCert = cert; in DEFINE_OSSL_CMP_CTX_set1_up_ref() 816 return ctx->newCert; in OSSL_CMP_CTX_get0_newCert()
|
H A D | cmp_client.c | 628 && !(X509_check_private_key(ctx->newCert, rkey))) { in cert_response() 646 if ((fail_info = cb(ctx, ctx->newCert, fail_info, &txt)) != 0 in cert_response() 754 result = ctx->newCert; in OSSL_CMP_exec_certreq()
|
H A D | cmp_msg.c | 793 if (!ossl_assert(ctx != NULL && ctx->newCert != NULL in ossl_cmp_certConf_new() 822 if ((certHash = X509_digest_sig(ctx->newCert, NULL, NULL)) == NULL) in ossl_cmp_certConf_new()
|
H A D | cmp_local.h | 125 X509 *newCert; /* newly enrolled cert received from the CA */ member
|
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 95 && 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()
|
Completed in 20 milliseconds