Searched refs:tls_config (Results 1 – 6 of 6) sorted by relevance
68 struct altcp_tls_config *tls_config; member
112 void smtp_set_tls_config(struct altcp_tls_config *tls_config);
88 struct altcp_tls_config *tls_config; member
423 tls_pcb = altcp_tls_wrap(cfg->tls_config, proxy_pcb); in altcp_proxyconnect_tls_alloc()
1366 if (client_info->tls_config) { in mqtt_client_connect()1367 client->conn = altcp_tls_new(client_info->tls_config, IP_GET_TYPE(ip_addr)); in mqtt_client_connect()
388 smtp_set_tls_config(struct altcp_tls_config *tls_config) in smtp_set_tls_config() argument391 smtp_server_tls_config = tls_config; in smtp_set_tls_config()
Completed in 13 milliseconds