Home
last modified time | relevance | path

Searched refs:user_supplied_ssl_ctx (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c37 if (!vhost->tls.user_supplied_ssl_ctx && vhost->tls.ssl_client_ctx) in lws_ssl_destroy()
292 if (!vhost->tls.user_supplied_ssl_ctx && vhost->tls.ssl_client_ctx) in lws_ssl_SSL_CTX_destroy()
/third_party/libwebsockets/lib/tls/
Dprivate-network.h73 unsigned int user_supplied_ssl_ctx:1; member
Dtls-client.c152 vhost->tls.user_supplied_ssl_ctx = 1; in lws_context_init_client_ssl()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c140 if (vhost->tls.user_supplied_ssl_ctx || !vhost->tls.ssl_client_ctx) in lws_ssl_destroy_client_ctx()