Home | History | Annotate | Download | only in ocsp

Lines Matching defs:OCSP_CERTID

112 	} OCSP_CERTID;
114 DECLARE_STACK_OF(OCSP_CERTID)
122 OCSP_CERTID *reqCert;
262 OCSP_CERTID *certId;
409 OCSP_CERTID *OCSP_CERTID_dup(OCSP_CERTID *id);
420 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
422 OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst,
427 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
449 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last);
454 OCSP_CERTID *id, int *status,
467 int OCSP_id_issuer_cmp(OCSP_CERTID *a, OCSP_CERTID *b);
468 int OCSP_id_cmp(OCSP_CERTID *a, OCSP_CERTID *b);
472 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
475 ASN1_INTEGER **pserial, OCSP_CERTID *cid);
479 OCSP_CERTID *cid,
549 DECLARE_ASN1_FUNCTIONS(OCSP_CERTID)