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.c104 const char *private_key_filepath = info->ssl_private_key_filepath; in lws_context_init_client_ssl() local
117 private_key_filepath = NULL; in lws_context_init_client_ssl()
130 private_key_filepath = info->client_ssl_private_key_filepath; in lws_context_init_client_ssl()
159 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.c375 const char *private_key_filepath, in lws_tls_client_create_vhost_context() argument
486 if (private_key_filepath) { in lws_tls_client_create_vhost_context()
493 private_key_filepath); in lws_tls_client_create_vhost_context()
494 if (alloc_file(vh->context, private_key_filepath, &buf, &amount)) in lws_tls_client_create_vhost_context()
505 private_key_filepath); in lws_tls_client_create_vhost_context()
510 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.c718 const char *private_key_filepath, argument
813 if (private_key_filepath)
814 EVP_DigestUpdate(mdctx, private_key_filepath,
815 strlen(private_key_filepath));
1083 if (private_key_filepath) {
1088 private_key_filepath, SSL_FILETYPE_PEM) != 1) {
1090 private_key_filepath);
1095 private_key_filepath);
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c548 const char *private_key_filepath = in lejp_vhosts_cb() local
558 private_key_filepath; in lejp_vhosts_cb()