Home
last modified time | relevance | path

Searched refs:private_key_filepath (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/lib/tls/
Dtls-client.c86 const char *private_key_filepath = info->ssl_private_key_filepath; in lws_context_init_client_ssl() local
97 private_key_filepath = NULL; in lws_context_init_client_ssl()
110 private_key_filepath = info->client_ssl_private_key_filepath; in lws_context_init_client_ssl()
137 private_key_filepath)) in lws_context_init_client_ssl()
Dprivate-network.h173 const char *private_key_filepath);
/external/libwebsockets/lib/tls/openssl/
Dopenssl-client.c543 const char *private_key_filepath) in lws_tls_client_create_vhost_context() argument
627 if (private_key_filepath) in lws_tls_client_create_vhost_context()
628 EVP_DigestUpdate(mdctx, private_key_filepath, in lws_tls_client_create_vhost_context()
629 strlen(private_key_filepath)); in lws_tls_client_create_vhost_context()
825 if (private_key_filepath) { in lws_tls_client_create_vhost_context()
830 private_key_filepath, SSL_FILETYPE_PEM) != 1) { in lws_tls_client_create_vhost_context()
832 private_key_filepath); in lws_tls_client_create_vhost_context()
837 private_key_filepath); in lws_tls_client_create_vhost_context()
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c257 const char *private_key_filepath) in lws_tls_client_create_vhost_context() argument
/external/libwebsockets/lib/roles/http/server/
Dlejp-conf.c533 const char *private_key_filepath = in lejp_vhosts_cb() local
543 private_key_filepath; in lejp_vhosts_cb()