Lines Matching refs:OCSP_RESPONSE
69 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
80 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp);
224 OCSP_RESPONSE *resp = NULL;
1028 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
1215 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp)
1221 ASN1_ITEM_rptr(OCSP_RESPONSE),
1231 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
1238 OCSP_RESPONSE *resp = NULL;
1248 resp = (OCSP_RESPONSE *)
1253 req_timeout, ASN1_ITEM_rptr(OCSP_RESPONSE));