Lines Matching refs:cbio
74 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp);
212 BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL; in ocsp_main() local
656 res = do_responder(&req, &cbio, acbio, req_timeout); in ocsp_main()
665 send_ocsp_response(cbio, resp); in ocsp_main()
729 if (cbio != NULL) in ocsp_main()
730 send_ocsp_response(cbio, resp); in ocsp_main()
779 if (cbio != NULL) { in ocsp_main()
785 BIO_free_all(cbio); in ocsp_main()
786 cbio = NULL; in ocsp_main()
865 BIO_free_all(cbio); in ocsp_main()
1215 static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp) in send_ocsp_response() argument
1218 return http_server_send_asn1_resp(prog, cbio, in send_ocsp_response()