Searched refs:private_key_filepath (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/tls/ |
H A 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()
|
H A D | private-network.h | 190 const char *private_key_filepath,
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-client.c | 376 const char *private_key_filepath, in lws_tls_client_create_vhost_context() 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() 367 lws_tls_client_create_vhost_context(struct lws_vhost *vh, const struct lws_context_creation_info *info, const char *cipher_list, const char *ca_filepath, const void *ca_mem, unsigned int ca_mem_len, const char *cert_filepath, const void *cert_mem, unsigned int cert_mem_len, const char *private_key_filepath, const void *key_mem, unsigned int key_mem_len ) lws_tls_client_create_vhost_context() argument
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-client.c | 722 const char *private_key_filepath, 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); 713 lws_tls_client_create_vhost_context(struct lws_vhost *vh, const struct lws_context_creation_info *info, const char *cipher_list, const char *ca_filepath, const void *ca_mem, unsigned int ca_mem_len, const char *cert_filepath, const void *cert_mem, unsigned int cert_mem_len, const char *private_key_filepath, const void *key_mem, unsigned int key_mem_len ) global() argument
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | lejp-conf.c | 558 const char *private_key_filepath = in lejp_vhosts_cb() local 568 private_key_filepath; in lejp_vhosts_cb()
|
Completed in 5 milliseconds