/third_party/libwebsockets/include/libwebsockets/ |
D | lws-secure-streams.h | 190 struct lws_ss_handle; 459 void *opaque_user_data, struct lws_ss_handle **ppss, 470 lws_ss_destroy(struct lws_ss_handle **ppss); 484 lws_ss_request_tx(struct lws_ss_handle *pss); 500 lws_ss_request_tx_len(struct lws_ss_handle *pss, unsigned long len); 516 lws_ss_client_connect(struct lws_ss_handle *h); 529 lws_ss_get_sequencer(struct lws_ss_handle *h); 569 lws_ss_get_context(struct lws_ss_handle *h); 589 lws_ss_start_timeout(struct lws_ss_handle *h, unsigned int timeout_ms); 599 lws_ss_cancel_timeout(struct lws_ss_handle *h); [all …]
|
D | lws-secure-streams-policy.h | 27 typedef int (*plugin_auth_status_cb)(struct lws_ss_handle *ss, int status); 60 int (*create)(struct lws_ss_handle *ss, void *info, 67 int (*destroy)(struct lws_ss_handle *ss); 71 int (*munge)(struct lws_ss_handle *ss, char *path,
|
D | lws-threadpool.h | 75 struct lws_ss_handle *ss; /**< either wsi or ss must be set */ 264 lws_threadpool_get_task_ss(struct lws_ss_handle *ss); 275 lws_threadpool_foreach_task_ss(struct lws_ss_handle *ss, void *user,
|
D | lws-fault-injection.h | 220 struct lws_ss_handle; 222 _lws_fi_user_ss_fi(struct lws_ss_handle *h, const char *name);
|
D | lws-smd.h | 156 struct lws_ss_handle;
|
/third_party/libwebsockets/lib/secure-streams/plugins/ssp-h1url/ |
D | h1url.c | 16 ssp_h1url_create(struct lws_ss_handle *ss, void *info, plugin_auth_status_cb status) in ssp_h1url_create() 22 ssp_h1url_destroy(struct lws_ss_handle *ss) in ssp_h1url_destroy() 28 ssp_h1url_munge(struct lws_ss_handle *ss, char *path, size_t path_len) in ssp_h1url_munge()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams.c | 1351 lws_ss_to_user_object(struct lws_ss_handle *h) in lws_ss_to_user_object() 1541 lws_ss_server_ack(struct lws_ss_handle *h, int nack) in lws_ss_server_ack() 1548 lws_ss_server_foreach_client(struct lws_ss_handle *h, lws_sssfec_cb cb, in lws_ss_server_foreach_client() 1552 struct lws_ss_handle *h = in lws_ss_server_foreach_client() 1553 lws_container_of(d, struct lws_ss_handle, cli_list); in lws_ss_server_foreach_client() 1688 lws_ss_get_context(struct lws_ss_handle *h) in lws_ss_get_context() 1694 lws_ss_rideshare(struct lws_ss_handle *h) in lws_ss_rideshare() 1703 lws_ss_add_peer_tx_credit(struct lws_ss_handle *h, int32_t bump) in lws_ss_add_peer_tx_credit() 1718 lws_ss_get_est_peer_tx_credit(struct lws_ss_handle *h) in lws_ss_get_est_peer_tx_credit() 1755 lws_ss_start_timeout(struct lws_ss_handle *h, unsigned int timeout_ms) in lws_ss_start_timeout() [all …]
|
D | private-lib-secure-streams.h | 48 typedef struct lws_ss_handle { struct 87 struct lws_ss_handle *h_in_svc; argument 482 lws_ss_get_handle_metadata(struct lws_ss_handle *h, const char *name); 488 lws_ss_get_handle_instant_metadata(struct lws_ss_handle *h, const char *name); 554 int lws_ss_apply_sigv4(struct lws *wsi, struct lws_ss_handle *h, 560 lws_ss_assert_extant(struct lws_context *cx, int tsi, struct lws_ss_handle *h);
|
D | policy-common.c | 83 lws_ss_set_metadata(struct lws_ss_handle *h, const char *name, in lws_ss_set_metadata() 147 lws_ss_alloc_set_metadata(struct lws_ss_handle *h, const char *name, in lws_ss_alloc_set_metadata() 163 lws_ss_get_metadata(struct lws_ss_handle *h, const char *name, in lws_ss_get_metadata() 222 lws_ss_get_handle_metadata(struct lws_ss_handle *h, const char *name) in lws_ss_get_handle_metadata() 237 lws_ss_get_handle_instant_metadata(struct lws_ss_handle *h, const char *name) in lws_ss_get_handle_instant_metadata()
|
/third_party/libwebsockets/include/ |
D | libwebsockets.hxx | 79 struct lws_ss_handle *m_ss; 109 struct lws_ss_handle *m_ss;
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 89 init_sigv4(struct lws *wsi, struct lws_ss_handle *h, struct sigv4 *s) in init_sigv4() 197 struct lws_ss_handle *h, struct sigv4 *s) in build_sign_string() 285 calc_signing_key(struct lws *wsi, struct lws_ss_handle *h, in calc_signing_key() 342 struct lws_ss_handle *h, struct sigv4 *s, in build_auth_string() 393 lws_ss_apply_sigv4(struct lws *wsi, struct lws_ss_handle *h, in lws_ss_apply_sigv4()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/ |
D | minimal-secure-streams-threads.c | 44 static struct lws_ss_handle *ss; /* only needed for DO_ILLEGAL_API_THREAD */ 77 struct lws_ss_handle *ss;
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | ss-s3-put.h | 13 struct lws_ss_handle *ss;
|
D | ss-s3-main.c | 173 struct lws_ss_handle *h; in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/ |
D | avs.c | 27 static struct lws_ss_handle *hss_avs_event, *hss_avs_sync; 32 struct lws_ss_handle *ss; 39 struct lws_ss_handle *ss;
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/ |
D | minimal-secure-streams.c | 147 struct lws_ss_handle *ss; 217 struct lws_ss_handle *ss;
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | alexa.c | 19 struct lws_ss_handle *hss_avs_event, *hss_avs_sync; 24 struct lws_ss_handle *ss; 40 struct lws_ss_handle *ss;
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/ |
D | ss-client.c | 15 struct lws_ss_handle *ss;
|
/third_party/libwebsockets/lib/secure-streams/system/captive-portal-detect/ |
D | captive-portal-detect.c | 30 struct lws_ss_handle *ss;
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
D | minimal-secure-streams-testsfail.c | 598 struct lws_ss_handle *ss; 717 static struct lws_ss_handle *h; in tests_start_next()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server-raw/ |
D | ss-server.c | 16 struct lws_ss_handle *ss;
|
/third_party/libwebsockets/lib/core/ |
D | private-lib-core.h | 440 struct lws_ss_handle *ss_cpd; 551 struct lws_ss_handle *hss_fetch_policy; 553 struct lws_ss_handle *hss_auth;
|
/third_party/libwebsockets/lib/secure-streams/system/fetch-policy/ |
D | fetch-policy.c | 30 struct lws_ss_handle *ss;
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
D | lws-minimal-esp32.c | 40 struct lws_ss_handle *ss;
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
D | lws-minimal-esp32.c | 36 struct lws_ss_handle *ss;
|