Searched refs:reqs (Results 1 – 6 of 6) sorted by relevance
37 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,96 the given I<rid> in the list of I<reqs>. Optionally accepts RAVerified. It can
461 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs, in OSSL_CRMF_MSGS_verify_popo() argument471 if (reqs == NULL || (req = sk_OSSL_CRMF_MSG_value(reqs, rid)) == NULL) { in OSSL_CRMF_MSGS_verify_popo()
248 OSSL_CRMF_MSGS *reqs = req->body->value.ir; /* same for cr and kur */ in process_cert_request() local250 if (sk_OSSL_CRMF_MSG_num(reqs) != 1) { in process_cert_request()254 if ((crm = sk_OSSL_CRMF_MSG_value(reqs, 0)) == NULL) { in process_cert_request()
105 const OSSL_CRMF_MSGS *reqs; in OSSL_CMP_MSG_get0_certreq_publickey() local114 reqs = msg->body->value.ir; /* value.ir is same for cr and kur */ in OSSL_CMP_MSG_get0_certreq_publickey()115 if ((crm = sk_OSSL_CRMF_MSG_value(reqs, 0)) == NULL) { in OSSL_CMP_MSG_get0_certreq_publickey()
105 const OSSL_CRMF_MSGS *reqs = fixture->msg->body->value.ir; in execute_verify_popo_test() local106 const OSSL_CRMF_MSG *req = sk_OSSL_CRMF_MSG_value(reqs, 0); in execute_verify_popo_test()
157 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,
Completed in 28 milliseconds