Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/
Dtls-client.c110 const char *private_key_filepath = info->ssl_private_key_filepath; in lws_context_init_client_ssl() local
123 private_key_filepath = NULL; in lws_context_init_client_ssl()
136 private_key_filepath = info->client_ssl_private_key_filepath; in lws_context_init_client_ssl()
165 private_key_filepath, in lws_context_init_client_ssl()
Dprivate-network.h190 const char *private_key_filepath,
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c376 const char *private_key_filepath, in lws_tls_client_create_vhost_context() argument
487 if (private_key_filepath) { in lws_tls_client_create_vhost_context()
494 private_key_filepath); in lws_tls_client_create_vhost_context()
495 if (alloc_file(vh->context, private_key_filepath, &buf, &amount)) in lws_tls_client_create_vhost_context()
506 private_key_filepath); in lws_tls_client_create_vhost_context()
511 lwsl_notice("Loaded private key %s\n", private_key_filepath); in lws_tls_client_create_vhost_context()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c722 const char *private_key_filepath, argument
817 if (private_key_filepath)
818 EVP_DigestUpdate(mdctx, private_key_filepath,
819 strlen(private_key_filepath));
1134 if (private_key_filepath) {
1139 private_key_filepath, SSL_FILETYPE_PEM) != 1) {
1141 private_key_filepath);
1146 private_key_filepath);
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c558 const char *private_key_filepath = in lejp_vhosts_cb() local
568 private_key_filepath; in lejp_vhosts_cb()