HomeSort by: relevance | last modified time | path
    Searched defs:certReqId (Results 1 - 6 of 6) sorted by relevancy

  /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_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...]
  /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...]
  /src/crypto/external/apache2/openssl/dist/crypto/crmf/
crmf_local.h 346 * certReqId INTEGER, -- ID for matching request and reply
352 ASN1_INTEGER *certReqId;
  /src/crypto/external/bsd/openssl/dist/crypto/crmf/
crmf_local.h 325 * certReqId INTEGER, -- ID for matching request and reply
331 ASN1_INTEGER *certReqId;

Completed in 29 milliseconds