Home
last modified time | relevance | path

Searched refs:client_ssl_cert_filepath (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/tls/
Dtls-client.c133 if (info->client_ssl_cert_filepath) in lws_context_init_client_ssl()
134 cert_filepath = info->client_ssl_cert_filepath; in lws_context_init_client_ssl()
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c557 a->info->client_ssl_cert_filepath; in lejp_vhosts_cb()
566 a->info->client_ssl_cert_filepath = cert_filepath; in lejp_vhosts_cb()
808 a->info->client_ssl_cert_filepath = a->p; in lejp_vhosts_cb()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h490 const char *client_ssl_cert_filepath; member
/third_party/libwebsockets/test-apps/
Dtest-client.c751 info.client_ssl_cert_filepath = cert_path; in main()