/openssl-master/crypto/cmp/ |
A D | cmp_server.c | 165 int certReqId; in process_cert_request() local 187 certReqId = OSSL_CMP_CERTREQID; in process_cert_request() 201 certReqId = OSSL_CRMF_MSG_get_certReqId(crm); in process_cert_request() 214 si = srv_ctx->process_cert_request(srv_ctx, req, certReqId, crm, p10cr, in process_cert_request() 228 msg = ossl_cmp_certrep_new(srv_ctx->ctx, bodytype, certReqId, si, in process_cert_request() 355 int certReqId = ossl_cmp_asn1_get_int(status->certReqId); in process_certConf() local 359 if (!srv_ctx->process_certConf(srv_ctx, req, certReqId, certHash, si)) in process_certConf() 383 int certReqId; in process_pollReq() local 398 certReqId = ossl_cmp_asn1_get_int(pr->certReqId); in process_pollReq() 399 if (!srv_ctx->process_pollReq(srv_ctx, req, certReqId, in process_pollReq() [all …]
|
A D | cmp_msg.c | 457 int certReqId, const OSSL_CMP_PKISI *si, in ossl_cmp_certrep_new() argument 483 || !ASN1_INTEGER_set(resp->certReqId, certReqId)) in ossl_cmp_certrep_new() 821 if (!ASN1_INTEGER_set(certStatus->certReqId, OSSL_CMP_CERTREQID)) in ossl_cmp_certConf_new() 872 || !ASN1_INTEGER_set(preq->certReqId, crid) in ossl_cmp_pollReq_new() 904 if (!ASN1_INTEGER_set(prep->certReqId, crid)) in ossl_cmp_pollRep_new() 963 static int suitable_rid(const ASN1_INTEGER *certReqId, int rid) in suitable_rid() argument 970 trid = ossl_cmp_asn1_get_int(certReqId); in suitable_rid() 996 if (suitable_rid(pollRep->certReqId, rid)) in ossl_cmp_pollrepcontent_get0_pollrep() 1022 if (suitable_rid(crep->certReqId, rid)) in ossl_cmp_certrepmessage_get0_certresponse()
|
A D | cmp_local.h | 377 ASN1_INTEGER *certReqId; member 398 ASN1_INTEGER *certReqId; member 424 ASN1_INTEGER *certReqId; member 439 ASN1_INTEGER *certReqId; member 866 int certReqId, const OSSL_CMP_PKISI *si,
|
A D | cmp_asn.c | 323 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certReqId, ASN1_INTEGER), 334 ASN1_SIMPLE(OSSL_CMP_CERTRESPONSE, certReqId, ASN1_INTEGER), 343 ASN1_SIMPLE(OSSL_CMP_POLLREQ, certReqId, ASN1_INTEGER) 353 ASN1_SIMPLE(OSSL_CMP_POLLREP, certReqId, ASN1_INTEGER),
|
A D | cmp_client.c | 559 rid = ossl_cmp_asn1_get_int(crep->certReqId); in cert_response()
|
/openssl-master/apps/lib/ |
A D | cmp_mock_srv.c | 27 int certReqId; /* id of last ir/cr/kur, used for polling */ member 57 ctx->certReqId = -1; in mock_srv_ctx_new() 175 int certReqId, in process_cert_request() argument 198 ctx->certReqId = certReqId; in process_cert_request() 361 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument 377 if (certReqId != ctx->certReqId) { in process_certConf() 395 const OSSL_CMP_MSG *pollReq, int certReqId, in process_pollReq() argument
|
/openssl-master/fuzz/ |
A D | cmp.c | 104 int certReqId, in process_cert_request() argument 142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument 151 const OSSL_CMP_MSG *pollReq, int certReqId, in process_pollReq() argument
|
/openssl-master/doc/internal/man3/ |
A D | ossl_cmp_certreq_new.pod | 25 int certReqId, const OSSL_CMP_PKISI *si, 72 with the given I<certReqId> and I<si> values and optionally with I<cert>, 133 ossl_cmp_pollReq_new() creates a Polling Request message with certReqId set to 136 ossl_cmp_pollRep_new() creates a Polling Response message with certReqId set to
|
/openssl-master/doc/man3/ |
A D | OSSL_CMP_SRV_CTX_new.pod | 38 int certReqId, 59 int certReqId, 64 int certReqId,
|
A D | OSSL_CRMF_MSG_get0_tmpl.pod | 71 OSSL_CRMF_MSG_get_certReqId() retrieves the certReqId of I<crm>.
|
A D | OSSL_CRMF_MSG_set0_validity.pod | 49 OSSL_CRMF_MSG_set_certReqId() sets I<rid> as the certReqId of I<crm>.
|
/openssl-master/crypto/crmf/ |
A D | crmf_lib.c | 280 if (crm == NULL || crm->certReq == NULL || crm->certReq->certReqId == NULL) { in OSSL_CRMF_MSG_set_certReqId() 285 return ASN1_INTEGER_set(crm->certReq->certReqId, rid); in OSSL_CRMF_MSG_set_certReqId() 314 return crmf_asn1_get_int(crm->certReq->certReqId); in OSSL_CRMF_MSG_get_certReqId()
|
A D | crmf_local.h | 331 ASN1_INTEGER *certReqId; member
|
A D | crmf_asn.c | 213 ASN1_SIMPLE(OSSL_CRMF_CERTREQUEST, certReqId, ASN1_INTEGER),
|
/openssl-master/test/ |
A D | cmp_server_test.c | 51 int certReqId, in process_cert_request() argument
|
A D | cmp_msg_test.c | 391 if (!ASN1_INTEGER_set(cresp->certReqId, 99)) in execute_certrep_create()
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 408 (OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *req, int certReqId, 426 int certReqId, 430 const OSSL_CMP_MSG *req, int certReqId,
|