Home
last modified time | relevance | path

Searched refs:reqs (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DOSSL_CRMF_MSG_set0_validity.pod37 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
/openssl/crypto/crmf/
H A Dcrmf_lib.c461 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs, in OSSL_CRMF_MSGS_verify_popo() argument
471 if (reqs == NULL || (req = sk_OSSL_CRMF_MSG_value(reqs, rid)) == NULL) { in OSSL_CRMF_MSGS_verify_popo()
/openssl/crypto/cmp/
H A Dcmp_server.c249 OSSL_CRMF_MSGS *reqs = req->body->value.ir; /* same for cr and kur */ in process_cert_request() local
251 if (sk_OSSL_CRMF_MSG_num(reqs) != 1) { in process_cert_request()
255 if ((crm = sk_OSSL_CRMF_MSG_value(reqs, 0)) == NULL) { in process_cert_request()
H A Dcmp_msg.c105 const OSSL_CRMF_MSGS *reqs; in OSSL_CMP_MSG_get0_certreq_publickey() local
114 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()
/openssl/test/
H A Dcmp_vfy_test.c105 const OSSL_CRMF_MSGS *reqs = fixture->msg->body->value.ir; in execute_verify_popo_test() local
106 const OSSL_CRMF_MSG *req = sk_OSSL_CRMF_MSG_value(reqs, 0); in execute_verify_popo_test()
/openssl/include/openssl/
H A Dcrmf.h.in157 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,

Completed in 24 milliseconds