Home
last modified time | relevance | path

Searched refs:ssx509 (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c293 if (!pol->trust.store->ssx509[n]) in main()
297 if (a1->orig == (const char *)pol->trust.store->ssx509[n]) in main()
313 a1->orig = (const char *)pol->trust.store->ssx509[n]; in main()
317 purify_csymbol(pol->trust.store->ssx509[n]->vhost_name, in main()
320 for (m = 0; m < (int)pol->trust.store->ssx509[n]->ca_der_len; m++) { in main()
324 printf("0x%02X, ", pol->trust.store->ssx509[n]->ca_der[m]); 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()
336 printf("\t.ca_der_len = %zu,\n", pol->trust.store->ssx509[n]->ca_der_len); in main()
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.h626 .ssx509 = {
1001 .ssx509 = {
1027 .ssx509 = {
1309 .ssx509 = {
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-common.c339 i.client_ssl_ca_mem = pol->trust.store->ssx509[0]->ca_der; in lws_ss_policy_ref_trust_store()
341 pol->trust.store->ssx509[0]->ca_der_len; 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()
357 pol->trust.store->ssx509[n]->vhost_name); in lws_ss_policy_ref_trust_store()
360 pol->trust.store->ssx509[n]->ca_der, in lws_ss_policy_ref_trust_store()
361 pol->trust.store->ssx509[n]->ca_der_len)) { in lws_ss_policy_ref_trust_store()
Dpolicy-json.c555 a->curr[LTY_TRUSTSTORE].t->ssx509)) { in lws_ss_policy_parser_cb()
564 a->curr[LTY_TRUSTSTORE].t->ssx509[a->count++] = x; in lws_ss_policy_parser_cb()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
Dstatic-policy.h206 .ssx509 = {
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dstatic_policy.h455 .ssx509 = {
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h174 const lws_ss_x509_t *ssx509[6]; member