Searched refs:cert_filepath (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/tls/ |
H A D | tls-client.c | 111 const char *cert_filepath = info->ssl_cert_filepath; in lws_context_init_client_ssl() local 122 cert_filepath = NULL; in lws_context_init_client_ssl() 134 cert_filepath = info->client_ssl_cert_filepath; in lws_context_init_client_ssl() 162 cert_filepath, in lws_context_init_client_ssl()
|
H A D | private-network.h | 187 const char *cert_filepath,
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-client.c | 373 const char *cert_filepath, in lws_tls_client_create_vhost_context() 443 if (cert_filepath) { in lws_tls_client_create_vhost_context() 448 if (lws_tls_use_any_upgrade_check_extant(cert_filepath) != in lws_tls_client_create_vhost_context() 454 cert_filepath); in lws_tls_client_create_vhost_context() 456 if (alloc_file(vh->context, cert_filepath, &buf, &amount)) in lws_tls_client_create_vhost_context() 466 cert_filepath); in lws_tls_client_create_vhost_context() 471 lwsl_info("Loaded client cert %s\n", cert_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 | 719 const char *cert_filepath, 814 if (cert_filepath) 815 EVP_DigestUpdate(mdctx, cert_filepath, strlen(cert_filepath)); 1086 if (cert_filepath) { 1087 if (lws_tls_use_any_upgrade_check_extant(cert_filepath) != 1093 cert_filepath); 1095 cert_filepath); 1098 cert_filepath); 1102 lwsl_info("Loaded client cert %s\n", cert_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 [all...] |
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | lejp-conf.c | 556 const char *cert_filepath = in lejp_vhosts_cb() local 566 a->info->client_ssl_cert_filepath = cert_filepath; in lejp_vhosts_cb()
|
Completed in 5 milliseconds