Home
last modified time | relevance | path

Searched refs:tls_ops_openssl (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/tls/
Dprivate-lib-tls.h153 extern const struct lws_tls_ops tls_ops_openssl, tls_ops_mbedtls;
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c579 const struct lws_tls_ops tls_ops_openssl = { variable
/third_party/libwebsockets/lib/core/
Dcontext.c855 context->tls_ops = &tls_ops_openssl; in lws_create_context()