Home
last modified time | relevance | path

Searched refs:certConf (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c357 * Send certConf for IR, CR or KUR sequences and check response,
358 * not modifying ctx->status during the certConf exchange
363 OSSL_CMP_MSG *certConf; in ossl_cmp_exchange_certConf() local
368 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf()
369 if (certConf == NULL) in ossl_cmp_exchange_certConf()
372 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_certConf()
375 OSSL_CMP_MSG_free(certConf); in ossl_cmp_exchange_certConf()
646 if (fail_info != 0) /* immediately log error before any certConf exchange */ in cert_response()
724 * certConf, PKIconf, and polling if required.
H A Dcmp_asn.c414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
H A Dcmp_msg.c212 if ((msg->body->value.certConf = in ossl_cmp_msg_create()
772 * This is used in the certConf message, for example,
809 if (sk_OSSL_CMP_CERTSTATUS_push(msg->body->value.certConf, certStatus) < 1) { in ossl_cmp_certConf_new()
H A Dcmp_local.h98 int disableConfirm; /* disable certConf in IR/KUR/CR for broken servers */
465 * -- corresponding request, response, certConf, and PKIConf
536 * certConf [24] CertConfirmContent, --Certificate confirm
639 * certConf [24] CertConfirmContent, --Certificate confirm
641 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
H A Dcmp_server.c344 ccc = req->body->value.certConf; in process_certConf()
/third_party/openssl/crypto/cmp/
H A Dcmp_client.c360 * Send certConf for IR, CR or KUR sequences and check response,
361 * not modifying ctx->status during the certConf exchange
366 OSSL_CMP_MSG *certConf; in ossl_cmp_exchange_certConf() local
371 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf()
372 if (certConf == NULL) in ossl_cmp_exchange_certConf()
375 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_certConf()
378 OSSL_CMP_MSG_free(certConf); in ossl_cmp_exchange_certConf()
649 if (fail_info != 0) /* immediately log error before any certConf exchange */ in cert_response()
727 * certConf, PKIconf, and polling if required.
H A Dcmp_asn.c414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
H A Dcmp_msg.c212 if ((msg->body->value.certConf = in ossl_cmp_msg_create()
772 * This is used in the certConf message, for example,
809 if (sk_OSSL_CMP_CERTSTATUS_push(msg->body->value.certConf, certStatus) < 1) { in ossl_cmp_certConf_new()
H A Dcmp_local.h98 int disableConfirm; /* disable certConf in IR/KUR/CR for broken servers */
465 * -- corresponding request, response, certConf, and PKIConf
536 * certConf [24] CertConfirmContent, --Certificate confirm
639 * certConf [24] CertConfirmContent, --Certificate confirm
641 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
H A Dcmp_server.c344 ccc = req->body->value.certConf; in process_certConf()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dcmp_mock_srv.c364 const OSSL_CMP_MSG *certConf, in process_certConf()
372 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
377 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(certConf) in process_certConf()
363 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, ossl_unused int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) process_certConf() argument
/third_party/openssl/apps/lib/
H A Dcmp_mock_srv.c364 const OSSL_CMP_MSG *certConf, in process_certConf()
372 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
377 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(certConf) in process_certConf()
363 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, ossl_unused int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) process_certConf() argument
/third_party/node/deps/openssl/openssl/fuzz/
H A Dcmp.c142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf()
141 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) process_certConf() argument
/third_party/openssl/fuzz/
H A Dcmp.c142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf()
141 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) process_certConf() argument

Completed in 15 milliseconds