Home
last modified time | relevance | path

Searched refs:certReqId (Results 1 – 17 of 17) sorted by relevance

/openssl-master/crypto/cmp/
A Dcmp_server.c165 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 Dcmp_msg.c457 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 Dcmp_local.h377 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 Dcmp_asn.c323 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 Dcmp_client.c559 rid = ossl_cmp_asn1_get_int(crep->certReqId); in cert_response()
/openssl-master/apps/lib/
A Dcmp_mock_srv.c27 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 Dcmp.c104 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 Dossl_cmp_certreq_new.pod25 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 DOSSL_CMP_SRV_CTX_new.pod38 int certReqId,
59 int certReqId,
64 int certReqId,
A DOSSL_CRMF_MSG_get0_tmpl.pod71 OSSL_CRMF_MSG_get_certReqId() retrieves the certReqId of I<crm>.
A DOSSL_CRMF_MSG_set0_validity.pod49 OSSL_CRMF_MSG_set_certReqId() sets I<rid> as the certReqId of I<crm>.
/openssl-master/crypto/crmf/
A Dcrmf_lib.c280 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 Dcrmf_local.h331 ASN1_INTEGER *certReqId; member
A Dcrmf_asn.c213 ASN1_SIMPLE(OSSL_CRMF_CERTREQUEST, certReqId, ASN1_INTEGER),
/openssl-master/test/
A Dcmp_server_test.c51 int certReqId, in process_cert_request() argument
A Dcmp_msg_test.c391 if (!ASN1_INTEGER_set(cresp->certReqId, 99)) in execute_certrep_create()
/openssl-master/include/openssl/
A Dcmp.h.in408 (OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *req, int certReqId,
426 int certReqId,
430 const OSSL_CMP_MSG *req, int certReqId,

Completed in 27 milliseconds