Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c183 const char *mbedtls_client_preload_filepath; variable
228 if (mbedtls_client_preload_filepath) { in SSL_CTX_new()
233 n = mbedtls_x509_crt_parse_file(*px, mbedtls_client_preload_filepath); in SSL_CTX_new()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h544 const char *mbedtls_client_preload_filepath; member
/third_party/libwebsockets/lib/core/
Dcontext.c34 extern const char *mbedtls_client_preload_filepath;
853 mbedtls_client_preload_filepath = info->mbedtls_client_preload_filepath; in lws_create_context()