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.c127 if (info->client_ssl_cert_filepath) in lws_context_init_client_ssl()
128 cert_filepath = info->client_ssl_cert_filepath; in lws_context_init_client_ssl()
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c547 a->info->client_ssl_cert_filepath; in lejp_vhosts_cb()
556 a->info->client_ssl_cert_filepath = cert_filepath; in lejp_vhosts_cb()
798 a->info->client_ssl_cert_filepath = a->p; in lejp_vhosts_cb()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h485 const char *client_ssl_cert_filepath; member
/third_party/libwebsockets/test-apps/
Dtest-client.c751 info.client_ssl_cert_filepath = cert_path; in main()