/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_client.c | 357 * 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 D | cmp_asn.c | 414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
|
H A D | cmp_msg.c | 212 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 D | cmp_local.h | 98 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 D | cmp_server.c | 344 ccc = req->body->value.certConf; in process_certConf()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_client.c | 360 * 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 D | cmp_asn.c | 414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
|
H A D | cmp_msg.c | 212 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 D | cmp_local.h | 98 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 D | cmp_server.c | 344 ccc = req->body->value.certConf; in process_certConf()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 364 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 D | cmp_mock_srv.c | 364 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 D | cmp.c | 142 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 D | cmp.c | 142 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
|