Searched refs:httpd_ssl_config_t (Results 1 – 6 of 6) sorted by relevance
91 typedef struct httpd_ssl_config httpd_ssl_config_t; typedef147 esp_err_t httpd_ssl_start(httpd_handle_t *handle, httpd_ssl_config_t *config);
99 dest_config->httpd = calloc(1, sizeof(httpd_ssl_config_t)); in copy_httpd_config()106 sizeof(httpd_ssl_config_t)); in copy_httpd_config()
82 httpd_ssl_config_t conf = HTTPD_SSL_CONFIG_DEFAULT(); in start_webserver()
162 httpd_ssl_config_t https_conf = HTTPD_SSL_CONFIG_DEFAULT(); in start_esp_local_ctrl_service()
179 httpd_ssl_config_t conf = HTTPD_SSL_CONFIG_DEFAULT(); in start_wss_echo_server()
54 httpd_ssl_config_t https_conf = HTTPD_SSL_CONFIG_DEFAULT();