Lines Matching refs:rid
274 OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid) in OSSL_CMP_CTX_setup_CRM() argument
307 if (!OSSL_CRMF_MSG_set_certReqId(crm, rid) in OSSL_CMP_CTX_setup_CRM()
1036 static int suitable_rid(const ASN1_INTEGER *certReqId, int rid) in suitable_rid() argument
1040 if (rid == OSSL_CMP_CERTREQID_NONE) in suitable_rid()
1048 return rid == trid; in suitable_rid()
1058 int rid) in ossl_cmp_pollrepcontent_get0_pollrep() argument
1068 if (suitable_rid(pollRep->certReqId, rid)) in ossl_cmp_pollrepcontent_get0_pollrep()
1073 "expected certReqId = %d", rid); in ossl_cmp_pollrepcontent_get0_pollrep()
1084 int rid) in ossl_cmp_certrepmessage_get0_certresponse() argument
1094 if (suitable_rid(crep->certReqId, rid)) in ossl_cmp_certrepmessage_get0_certresponse()
1099 "expected certReqId = %d", rid); in ossl_cmp_certrepmessage_get0_certresponse()