Lines Matching refs:STACK_OF
17 STACK_OF(X509) *certs, unsigned long flags);
18 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
19 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain);
20 static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp,
23 STACK_OF(OCSP_SINGLERESP) *sresp);
26 const X509_NAME *nm, STACK_OF(X509) *certs,
32 STACK_OF(X509) *untrusted, STACK_OF(X509) **chain) in ocsp_verify_signer()
98 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, in OCSP_basic_verify()
102 STACK_OF(X509) *chain = NULL; in OCSP_basic_verify()
103 STACK_OF(X509) *untrusted = NULL; in OCSP_basic_verify()
163 STACK_OF(X509) *extra_certs) in OCSP_resp_get0_signer()
169 STACK_OF(X509) *certs, unsigned long flags) in ocsp_find_signer()
189 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id) in ocsp_find_signer_sk()
222 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain) in ocsp_check_issuer()
224 STACK_OF(OCSP_SINGLERESP) *sresp = bs->tbsResponseData.responses; in ocsp_check_issuer()
267 static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret) in ocsp_check_ids()
304 STACK_OF(OCSP_SINGLERESP) *sresp) in ocsp_match_issuerid()
385 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, in OCSP_request_verify()
422 const X509_NAME *nm, STACK_OF(X509) *certs, in ocsp_req_find_signer()