Searched refs:private_key_filepath (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/tls/ |
D | tls-client.c | 110 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()
|
D | private-network.h | 190 const char *private_key_filepath,
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 376 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/ |
D | openssl-client.c | 722 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/ |
D | lejp-conf.c | 558 const char *private_key_filepath = in lejp_vhosts_cb() local 568 private_key_filepath; in lejp_vhosts_cb()
|