Lines Matching refs:handler_ctx
206 } handler_ctx; typedef
209 static handler_ctx *
212 return ck_calloc(1, sizeof(handler_ctx)); in handler_ctx_init()
217 handler_ctx_free (handler_ctx *hctx) in handler_ctx_free()
663 handler_ctx * const hctx = (handler_ctx *)arg; in mod_mbedtls_verify_cb()
710 mod_mbedtls_acme_tls_1 (handler_ctx *hctx);
726 handler_ctx * const hctx = (handler_ctx *) arg; in mod_mbedtls_SNI()
794 mod_mbedtls_conf_verify (handler_ctx *hctx) in mod_mbedtls_conf_verify()
1073 mod_mbedtls_acme_tls_1 (handler_ctx *hctx) in mod_mbedtls_acme_tls_1()
1157 mod_mbedtls_alpn_h2_policy (handler_ctx * const hctx) in mod_mbedtls_alpn_h2_policy()
1183 mod_mbedtls_alpn_selected (handler_ctx * const hctx, const char * const in) in mod_mbedtls_alpn_selected()
1228 mod_mbedtls_alpn_select_cb (handler_ctx *hctx, const unsigned char *in, const unsigned int inlen) in mod_mbedtls_alpn_select_cb()
1279 handler_ctx * const hctx = mbedtls_ssl_get_user_data_p(ssl); in mod_mbedtls_cert_cb()
1988 mod_mbedtls_ssl_write_err(connection *con, handler_ctx *hctx, int wr, size_t wr_len) in mod_mbedtls_ssl_write_err()
2020 mod_mbedtls_close_notify(handler_ctx *hctx);
2026 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_write_cq_ssl()
2112 static int ssl_parse_client_hello( mbedtls_ssl_context *ssl, handler_ctx *hctx );
2119 mod_mbedtls_ssl_handshake (handler_ctx *hctx) in mod_mbedtls_ssl_handshake()
2245 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_read_cq_ssl()
2326 handler_ctx * const hctx = handler_ctx_init(); in CONNECTION_FUNC()
2372 mod_mbedtls_detach(handler_ctx *hctx) in mod_mbedtls_detach()
2387 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
2403 mod_mbedtls_close_notify (handler_ctx *hctx) in mod_mbedtls_close_notify()
2430 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
2535 https_add_ssl_client_entries (request_st * const r, handler_ctx * const hctx) in https_add_ssl_client_entries()
2606 http_cgi_ssl_env (request_st * const r, handler_ctx * const hctx) in http_cgi_ssl_env()
2666 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()
2689 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()
4224 static int ssl_parse_client_hello( mbedtls_ssl_context *ssl, handler_ctx *hctx ) in ssl_parse_client_hello()