/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
D | static-policy.h | 348 .vhost_name = "amazon_root_ca_1", 486 .vhost_name = "starfield_class_2_ca", 620 .vhost_name = "starfield_services_root_ca", 809 .vhost_name = "isrg_root_x1", 995 .vhost_name = "LEX3_isrg_root_x1", 1181 .vhost_name = "digicert_global_ca_g2", 1303 .vhost_name = "digicert_global_root_g2",
|
/third_party/libwebsockets/lib/secure-streams/ |
D | policy-common.c | 316 i.vhost_name = "_ss_default"; in lws_ss_policy_ref_trust_store() 321 __func__, i.vhost_name); in lws_ss_policy_ref_trust_store() 336 i.vhost_name = pol->trust.store->name; in lws_ss_policy_ref_trust_store() 337 lwsl_debug("%s: %s\n", __func__, i.vhost_name); in lws_ss_policy_ref_trust_store() 345 i.vhost_name, pol->trust.store->ssx509[0]->vhost_name); in lws_ss_policy_ref_trust_store() 350 __func__, i.vhost_name); in lws_ss_policy_ref_trust_store() 357 pol->trust.store->ssx509[n]->vhost_name); in lws_ss_policy_ref_trust_store()
|
D | policy-json.c | 561 if (!strncmp(x->vhost_name, ctx->buf, ctx->npos)) { in lws_ss_policy_parser_cb() 607 if (!strncmp(x->vhost_name, ctx->buf, ctx->npos) && in lws_ss_policy_parser_cb() 608 !x->vhost_name[ctx->npos]) { in lws_ss_policy_parser_cb() 620 __func__, x->vhost_name, in lws_ss_policy_parser_cb()
|
D | secure-streams-process.c | 772 info.vhost_name = "ssproxy"; in lws_ss_proxy_create()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | static_policy.h | 202 .vhost_name = "baltimore_cybertrust_root", 314 .vhost_name = "amazon_root_ca_1", 448 .vhost_name = "starfield_services_root_ca",
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/ |
D | minimal-http-server.c | 139 info.vhost_name = "localhost1"; in main() 149 info.vhost_name = "localhost2"; in main() 162 info.vhost_name = "localhost3"; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/ |
D | minimal-http-server-tls-80.c | 110 info.vhost_name = "localhost80"; in main() 122 info.vhost_name = "localhost"; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-mem/ |
D | minimal-http-server-tls-mem.c | 435 info.vhost_name = "first"; in main() 449 info.vhost_name = "second"; in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/ |
D | minimal-secure-streams.c | 317 purify_csymbol(pol->trust.store->ssx509[n]->vhost_name, in main() 330 purify_csymbol(pol->trust.store->ssx509[n]->vhost_name, in main() 332 printf("\t.vhost_name = \"%s\",\n", pol->trust.store->ssx509[n]->vhost_name); in main() 334 purify_csymbol(pol->trust.store->ssx509[n]->vhost_name, in main() 355 pol->trust.store->ssx509[n]->vhost_name); in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/ |
D | minimal-http-server-custom-headers.c | 194 info.vhost_name = "http"; in main() 209 info.vhost_name = "https"; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/ |
D | minimal-http-server-dynamic.c | 314 info.vhost_name = "http"; in main() 329 info.vhost_name = "localhost"; in main()
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
D | static-policy.h | 199 .vhost_name = "isrg_root_x1",
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/ |
D | minimal-ws-server.c | 92 info.vhost_name = "localhost"; in main()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/ |
D | minimal-ws-server.c | 113 info.vhost_name = "localhost"; in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | main.c | 405 info.vhost_name = "asound"; in main()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-secure-streams-policy.h | 101 const char *vhost_name; /**< vhost name using cert ctx */ member
|
D | lws-context-vhost.h | 636 const char *vhost_name; member
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | lejp-conf.c | 533 a->info->vhost_name); in lejp_vhosts_cb() 624 a->info->vhost_name = a->p; in lejp_vhosts_cb() 876 a->info->vhost_name, ctx->buf); in lejp_vhosts_cb()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/ |
D | minimal-ws-raw-proxy.c | 428 info.vhost_name = "localhost"; in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
D | minimal-secure-streams.c | 596 info.vhost_name = cxname; in main()
|
/third_party/libwebsockets/test-apps/ |
D | test-sshd.c | 763 info.vhost_name = "sshd"; in main()
|
/third_party/libwebsockets/lib/tls/ |
D | tls-jit-trust.c | 563 info.vhost_name = vhtag; in lws_tls_jit_trust_got_cert_cb()
|
/third_party/libwebsockets/lib/core/ |
D | context.c | 643 context->name = info->vhost_name; in lws_create_context() 1310 ii.vhost_name = "system"; in lws_create_context()
|
/third_party/libwebsockets/lib/core-net/ |
D | vhost.c | 593 if (info->vhost_name) in lws_create_vhost() 594 name = info->vhost_name; in lws_create_vhost()
|
/third_party/libwebsockets/READMEs/ |
D | README.plugin-sshd-base.md | 187 info.vhost_name = "sshd";
|