Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-session.c100 msc = SSL_mbedtls_ssl_context_from_SSL(wsi->tls.ssl); in lws_tls_reuse_session()
184 msc = SSL_mbedtls_ssl_context_from_SSL(wsi->tls.ssl); in lws_tls_session_new_mbedtls()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h54 mbedtls_ssl_context *SSL_mbedtls_ssl_context_from_SSL(SSL *ssl);
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c914 mbedtls_ssl_context *SSL_mbedtls_ssl_context_from_SSL(SSL *ssl) in SSL_mbedtls_ssl_context_from_SSL() function