Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A 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()
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dcontext.c34 extern const char *mbedtls_client_preload_filepath;
853 mbedtls_client_preload_filepath = info->mbedtls_client_preload_filepath; in lws_create_context()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h542 const char *mbedtls_client_preload_filepath; member