Home
last modified time | relevance | path

Searched defs:userobj (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/
H A Davs.c115 ss_avs_metadata_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_avs_metadata_rx()
158 ss_avs_metadata_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in ss_avs_metadata_tx()
223 ss_avs_metadata_state(void *userobj, void *sh, in ss_avs_metadata_state()
266 ss_avs_event_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_avs_event_rx()
283 ss_avs_event_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in ss_avs_event_tx()
294 ss_avs_event_state(void *userobj, void *sh, in ss_avs_event_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/
H A Dss-server.c64 myss_srv_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_srv_rx()
84 myss_srv_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_srv_tx()
111 myss_ws_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_ws_rx()
143 myss_ws_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_ws_tx()
159 myss_srv_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_srv_state()
H A Dss-client.c26 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
46 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
55 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Dalexa.c253 ss_avs_metadata_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_avs_metadata_rx()
451 ss_avs_metadata_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in ss_avs_metadata_tx()
529 ss_avs_metadata_state(void *userobj, void *sh, in ss_avs_metadata_state()
576 ss_avs_event_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_avs_event_rx()
582 ss_avs_event_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in ss_avs_event_tx()
589 ss_avs_event_state(void *userobj, void *sh, in ss_avs_event_state()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c117 ss_proxy_onward_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_proxy_onward_rx()
184 ss_proxy_onward_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in ss_proxy_onward_tx()
232 ss_proxy_onward_state(void *userobj, void *sh, in ss_proxy_onward_state()
308 ss_proxy_onward_txcr(void *userobj, int bump) in ss_proxy_onward_txcr()
H A Dsecure-streams-client.c1078 lws_ss_state_return_t (*rx)(void *userobj, const uint8_t *buf, size_t len, int flags), in lws_sspc_change_handlers()
1079 lws_ss_state_return_t (*tx)(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in lws_sspc_change_handlers()
1081 lws_ss_state_return_t (*state)(void *userobj, void *h_src /* ss handle type */, in lws_sspc_change_handlers()
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/
H A Dmain.c145 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
160 myss_tx_get(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx_get()
167 myss_tx_post(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx_post()
194 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
H A Dmulti.c56 multi_myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in multi_myss_rx()
140 multi_myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in multi_myss_tx()
182 multi_myss_state(void *userobj, void *h_src, lws_ss_constate_t state, in multi_myss_state()
237 multi_myss_rx_monitor(void *userobj, const uint8_t *buf, size_t len, int flags) in multi_myss_rx_monitor()
H A Dminimal-secure-streams-smd.c75 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
102 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
150 myss_state(void *userobj, void *h_src, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c240 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
273 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
288 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
383 myss_headers_dump(void *userobj, const uint8_t *buf, size_t len, int done) in myss_headers_dump()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/cpp/
H A DlssMsg.cxx30 lssmsg_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in lssmsg_rx()
36 lssmsg_tx(void *userobj, lws_ss_tx_ordinal_t ord,uint8_t *buf, size_t *len, in lssmsg_tx()
46 lssmsg_state(void *userobj, void *h_src, lws_ss_constate_t state, in lssmsg_state()
H A DlssFile.cxx34 lssfile_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in lssfile_rx()
42 lssfile_tx(void *userobj, lws_ss_tx_ordinal_t ord,uint8_t *buf, size_t *len, in lssfile_tx()
52 lssfile_state(void *userobj, void *h_src, lws_ss_constate_t state, in lssfile_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c243 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
275 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
286 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
393 myss_headers_dump(void *userobj, const uint8_t *buf, size_t len, int done) in myss_headers_dump()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server-raw/
H A Dss-server.c31 myss_raw_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_raw_rx()
63 myss_raw_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_raw_tx()
79 myss_raw_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_raw_state()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/system/fetch-policy/
H A Dfetch-policy.c42 ss_fetch_policy_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_fetch_policy_rx()
63 ss_fetch_policy_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in ss_fetch_policy_tx()
94 ss_fetch_policy_state(void *userobj, void *sh, lws_ss_constate_t state, in ss_fetch_policy_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/
H A Dminimal-secure-streams.c155 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
175 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
184 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
H A Dss-s3-ss.c19 ss_s3_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_s3_rx()
36 ss_s3_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in ss_s3_tx()
139 ss_s3_state(void *userobj, void *sh, lws_ss_constate_t state, in ss_s3_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dminimal-secure-streams.c62 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
82 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
91 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
H A Dminimal-secure-streams-client-tx.c41 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
69 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
95 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
H A Dminimal-secure-streams-post.c294 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
314 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
345 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
H A Dminimal-secure-streams.c155 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
175 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
186 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
H A Dauth.c114 ss_api_amazon_auth_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_api_amazon_auth_rx()
167 ss_api_amazon_auth_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in ss_api_amazon_auth_tx()
205 ss_api_amazon_auth_state(void *userobj, void *sh, lws_ss_constate_t state, in ss_api_amazon_auth_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c199 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
232 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
243 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
H A Dminimal-secure-streams.c216 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
286 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
297 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
H A Dminimal-secure-streams-testsfail.c609 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
624 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
635 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state()

12