Home
last modified time | relevance | path

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

/external/libwebsockets/lib/tls/
Dprivate-lib-tls.h143 extern const struct lws_tls_ops tls_ops_openssl, tls_ops_mbedtls;
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c321 const struct lws_tls_ops tls_ops_mbedtls = { variable
/external/libwebsockets/lib/core/
Dcontext.c316 context->tls_ops = &tls_ops_mbedtls; in lws_create_context()