Lines Matching refs:certReq
52 if (msg == NULL || msg->certReq == NULL) \
54 controls = msg->certReq->controls; \
94 if (crm == NULL || crm->certReq == NULL || ctrl == NULL) {
99 if (crm->certReq->controls == NULL) {
100 crm->certReq->controls = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_new_null();
101 if (crm->certReq->controls == NULL)
105 if (!sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(crm->certReq->controls, ctrl))
111 sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(crm->certReq->controls);
112 crm->certReq->controls = NULL;
243 /* id-regInfo-certReq to regInfo (section 7.2) */
244 IMPLEMENT_CRMF_CTRL_FUNC(certReq, OSSL_CRMF_CERTREQUEST, regInfo)
250 if (crm == NULL || crm->certReq == NULL) {
254 return crm->certReq->certTemplate;
280 if (crm == NULL || crm->certReq == NULL || crm->certReq->certReqId == NULL) {
285 return ASN1_INTEGER_set(crm->certReq->certReqId, rid);
310 if (crm == NULL || /* not really needed: */ crm->certReq == NULL) {
314 return crmf_asn1_get_int(crm->certReq->certReqId);
424 if (!create_popo_signature(ps, crm->certReq, pkey, digest,
489 pubkey = req->certReq->certTemplate->publicKey;
512 if (req->certReq->certTemplate->subject == NULL) {
517 asn = req->certReq;