Searched refs:ssx509 (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/ |
D | minimal-secure-streams.c | 293 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/ |
D | static-policy.h | 626 .ssx509 = { 1001 .ssx509 = { 1027 .ssx509 = { 1309 .ssx509 = {
|
/third_party/libwebsockets/lib/secure-streams/ |
D | policy-common.c | 339 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()
|
D | policy-json.c | 555 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/ |
D | static-policy.h | 206 .ssx509 = {
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | static_policy.h | 455 .ssx509 = {
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-secure-streams-policy.h | 174 const lws_ss_x509_t *ssx509[6]; member
|