Lines Matching defs:certReqId
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,
362 int certReqId = ossl_cmp_asn1_get_int(status->certReqId);
366 if (certReqId != srv_ctx->certReqId) {
370 if (!srv_ctx->process_certConf(srv_ctx, req, certReqId, certHash, si))
394 int certReqId;
409 certReqId = ossl_cmp_asn1_get_int(pr->certReqId);
410 if (certReqId != srv_ctx->certReqId) {
414 if (!srv_ctx->process_pollReq(srv_ctx, req, certReqId,
422 if ((msg = ossl_cmp_pollRep_new(srv_ctx->ctx, certReqId,