Home
last modified time | relevance | path

Searched refs:ssl_ca_filepath (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c221 if (info->ssl_ca_filepath) { in lws_tls_server_vhost_backend_init()
223 vhost->name, info->ssl_ca_filepath); in lws_tls_server_vhost_backend_init()
225 info->ssl_ca_filepath, NULL, 0, &p, &flen)) { in lws_tls_server_vhost_backend_init()
227 info->ssl_ca_filepath); in lws_tls_server_vhost_backend_init()
/external/libwebsockets/lib/tls/
Dtls-client.c88 const char *ca_filepath = info->ssl_ca_filepath; in lws_context_init_client_ssl()
/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h304 const char *ssl_ca_filepath; member
/external/libwebsockets/test-apps/
Dtest-server.c521 info.ssl_ca_filepath = ca_path; in main()
/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c521 if (info->ssl_ca_filepath &&
523 info->ssl_ca_filepath, NULL)) {
/external/libwebsockets/lib/roles/http/server/
Dlejp-conf.c639 a->info->ssl_ca_filepath = a->p; in lejp_vhosts_cb()