HomeSort by: relevance | last modified time | path
    Searched refs:certReqId (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_server.c 27 int certReqId; /* id of last ir/cr/kur, OSSL_CMP_CERTREQID_NONE for p10cr */
61 ctx->certReqId = OSSL_CMP_CERTREQID_INVALID;
167 int certReqId;
189 certReqId = OSSL_CMP_CERTREQID_NONE; /* p10cr does not include an Id */
203 certReqId = OSSL_CRMF_MSG_get_certReqId(crm);
204 if (certReqId != OSSL_CMP_CERTREQID) {
209 srv_ctx->certReqId = certReqId;
221 si = srv_ctx->process_cert_request(srv_ctx, req, certReqId, crm, p10cr,
235 msg = ossl_cmp_certrep_new(srv_ctx->ctx, bodytype, certReqId, si
    [all...]
cmp_msg.c 446 int certReqId, const OSSL_CMP_PKISI *si,
472 || !ASN1_INTEGER_set(resp->certReqId, certReqId))
785 OSSL_CMP_MSG *ossl_cmp_certConf_new(OSSL_CMP_CTX *ctx, int certReqId,
794 && (certReqId == OSSL_CMP_CERTREQID
795 || certReqId == OSSL_CMP_CERTREQID_NONE)))
815 if (!ASN1_INTEGER_set(certStatus->certReqId, certReqId))
866 || !ASN1_INTEGER_set(preq->certReqId, crid)
898 if (!ASN1_INTEGER_set(prep->certReqId, crid)
    [all...]
cmp_local.h 370 * certReqId INTEGER,
377 ASN1_INTEGER *certReqId;
386 * certReqId INTEGER,
388 * -- of -1 is to be used if certReqId is not specified in the
398 ASN1_INTEGER *certReqId;
420 * certReqId INTEGER
424 ASN1_INTEGER *certReqId;
433 * certReqId INTEGER,
439 ASN1_INTEGER *certReqId;
855 /* certReqId for the first - and so far only - certificate request *
    [all...]
cmp_asn.c 191 /* get ASN.1 encoded integer, return -2 on error; -1 is valid for certReqId */
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),
cmp_client.c 363 int ossl_cmp_exchange_certConf(OSSL_CMP_CTX *ctx, int certReqId,
371 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt);
589 rid = ossl_cmp_asn1_get_int(crep->certReqId);
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_server.c 26 int certReqId; /* of ir/cr/kur, OSSL_CMP_CERTREQID_NONE for p10cr */
63 ctx->certReqId = OSSL_CMP_CERTREQID_INVALID;
224 int certReqId, central_keygen;
246 certReqId = OSSL_CMP_CERTREQID_NONE; /* p10cr does not include an Id */
259 certReqId = OSSL_CRMF_MSG_get_certReqId(crm);
260 if (certReqId != OSSL_CMP_CERTREQID) { /* so far, only possible value */
265 srv_ctx->certReqId = certReqId;
281 si = srv_ctx->process_cert_request(srv_ctx, req, certReqId, crm, p10cr,
300 msg = ossl_cmp_certrep_new(srv_ctx->ctx, bodytype, certReqId, si
    [all...]
cmp_local.h 424 * certReqId INTEGER,
432 ASN1_INTEGER *certReqId;
442 * certReqId INTEGER,
444 * -- of -1 is to be used if certReqId is not specified in the
454 ASN1_INTEGER *certReqId;
476 * certReqId INTEGER
480 ASN1_INTEGER *certReqId;
489 * certReqId INTEGER,
495 ASN1_INTEGER *certReqId;
940 /* certReqId for the first - and so far only - certificate request *
    [all...]
cmp_msg.c 512 int certReqId, const OSSL_CMP_PKISI *si,
539 || !ASN1_INTEGER_set(resp->certReqId, certReqId))
870 OSSL_CMP_MSG *ossl_cmp_certConf_new(OSSL_CMP_CTX *ctx, int certReqId,
881 && (certReqId == OSSL_CMP_CERTREQID
882 || certReqId == OSSL_CMP_CERTREQID_NONE)))
902 if (!ASN1_INTEGER_set(certStatus->certReqId, certReqId))
961 || !ASN1_INTEGER_set(preq->certReqId, crid)
993 if (!ASN1_INTEGER_set(prep->certReqId, crid)
    [all...]
cmp_asn.c 827 /* get ASN.1 encoded integer, return -2 on error; -1 is valid for certReqId */
940 ASN1_SIMPLE(OSSL_CMP_CERTSTATUS, certReqId, ASN1_INTEGER),
951 ASN1_SIMPLE(OSSL_CMP_CERTRESPONSE, certReqId, ASN1_INTEGER),
960 ASN1_SIMPLE(OSSL_CMP_POLLREQ, certReqId, ASN1_INTEGER)
969 ASN1_SIMPLE(OSSL_CMP_POLLREP, certReqId, ASN1_INTEGER),
cmp_client.c 452 int ossl_cmp_exchange_certConf(OSSL_CMP_CTX *ctx, int certReqId,
460 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt);
686 /* for OSSL_CMP_PKIBODY_P10CR learn CertReqId from response */
687 rid = ossl_cmp_asn1_get_int(crep->certReqId);
  /src/crypto/external/bsd/openssl/dist/fuzz/
cmp.c 104 int certReqId,
142 const OSSL_CMP_MSG *certConf, int certReqId,
151 const OSSL_CMP_MSG *pollReq, int certReqId,
  /src/crypto/external/apache2/openssl/dist/fuzz/
cmp.c 104 int certReqId,
142 const OSSL_CMP_MSG *certConf, int certReqId,
151 const OSSL_CMP_MSG *pollReq, int certReqId,
  /src/crypto/external/apache2/openssl/dist/crypto/crmf/
crmf_local.h 346 * certReqId INTEGER, -- ID for matching request and reply
352 ASN1_INTEGER *certReqId;
crmf_asn.c 219 ASN1_SIMPLE(OSSL_CRMF_CERTREQUEST, certReqId, ASN1_INTEGER),
crmf_lib.c 278 if (crm == NULL || crm->certReq == NULL || crm->certReq->certReqId == NULL) {
283 return ASN1_INTEGER_set(crm->certReq->certReqId, rid);
312 return crmf_asn1_get_int(crm->certReq->certReqId);
  /src/crypto/external/bsd/openssl/dist/test/
cmp_server_test.c 51 int certReqId,
  /src/crypto/external/bsd/openssl/dist/apps/lib/
cmp_mock_srv.c 175 ossl_unused int certReqId,
365 ossl_unused int certReqId,
396 ossl_unused int certReqId,
  /src/crypto/external/apache2/openssl/dist/test/
cmp_server_test.c 51 int certReqId,
cmp_msg_test.c 386 if (!ASN1_INTEGER_set(cresp->certReqId, 99))
  /src/crypto/external/bsd/openssl/dist/crypto/crmf/
crmf_local.h 325 * certReqId INTEGER, -- ID for matching request and reply
331 ASN1_INTEGER *certReqId;
crmf_lib.c 280 if (crm == NULL || crm->certReq == NULL || crm->certReq->certReqId == NULL) {
285 return ASN1_INTEGER_set(crm->certReq->certReqId, rid);
314 return crmf_asn1_get_int(crm->certReq->certReqId);
crmf_asn.c 213 ASN1_SIMPLE(OSSL_CRMF_CERTREQUEST, certReqId, ASN1_INTEGER),
  /src/crypto/external/bsd/openssl/dist/include/openssl/
cmp.h.in 413 (OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *req, int certReqId,
431 int certReqId,
435 const OSSL_CMP_MSG *req, int certReqId,
  /src/crypto/external/apache2/openssl/dist/apps/lib/
cmp_mock_srv.c 284 ossl_unused int certReqId,
649 ossl_unused int certReqId,
681 ossl_unused int certReqId,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
cmp.h.in 510 typedef OSSL_CMP_PKISI *(*OSSL_CMP_SRV_cert_request_cb_t)(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *req, int certReqId,
528 int certReqId,
532 const OSSL_CMP_MSG *req, int certReqId,

Completed in 59 milliseconds

1 2