Home
last modified time | relevance | path

Searched defs:pss (Results 1 – 25 of 58) sorted by relevance

123

/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c93 write_task(struct per_session_data__sshd *pss, struct lws_ssh_channel *ch, in write_task()
103 write_task_insert(struct per_session_data__sshd *pss, struct lws_ssh_channel *ch, in write_task_insert()
114 lws_pad_set_length(struct per_session_data__sshd *pss, void *start, uint8_t **p, in lws_pad_set_length()
144 offer(struct per_session_data__sshd *pss, uint8_t *p, uint32_t len, int first, in offer()
299 handle_name(struct per_session_data__sshd *pss) in handle_name()
362 lws_kex_create(struct per_session_data__sshd *pss) in lws_kex_create()
370 lws_kex_destroy(struct per_session_data__sshd *pss) in lws_kex_destroy()
404 lws_ua_destroy(struct per_session_data__sshd *pss) in lws_ua_destroy()
445 state_get_string_alloc(struct per_session_data__sshd *pss, int next) in state_get_string_alloc()
452 state_get_string(struct per_session_data__sshd *pss, int next) in state_get_string()
[all …]
Dtelnet.c71 telnet_ld(struct per_session_data__telnet *pss, uint8_t c) in telnet_ld()
119 struct per_session_data__telnet *pss = in lws_callback_raw_telnet() local
Dkex-25519.c284 get_gen_server_key_25519(struct per_session_data__sshd *pss, uint8_t *b, in get_gen_server_key_25519()
309 kex_ecdh(struct per_session_data__sshd *pss, uint8_t *reply, uint32_t *plen) in kex_ecdh()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
Dminimal-http-server-form-post-file.c30 struct pss { struct
53 struct pss *pss = (struct pss *)data; in file_upload_cb() argument
106 struct pss *pss = (struct pss *)user; in callback_http() local
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/
Dminimal-http-server.c30 struct pss { struct
44 struct pss *pss = (struct pss *)lws_container_of(sul, struct pss, sul); in sul_cb() argument
57 struct pss * pss = (struct pss *)user; in callback_http() local
/third_party/libwebsockets/plugins/
Dprotocol_lws_openmetrics_export.c108 struct pss { struct
109 lws_dll2_t list;
110 char proxy_path[64];
111 struct lwsac *ac; /* the translated metrics, one ac per line */
112 struct lwsac *walk; /* iterator for ac when writing */
113 size_t tot; /* content-length computation */
114 struct lws *wsi;
116 uint8_t greet:1; /* set if client needs to send proxy path */
117 uint8_t trigger:1; /* we want to ask the client to dump */
249 lws_metrics_om_ac_stash(struct pss *pss, const char *buf, size_t len) in lws_metrics_om_ac_stash()
[all …]
Dprotocol_post_demo.c72 struct per_session_data__post_demo *pss = in file_upload_cb() local
126 format_result(struct per_session_data__post_demo *pss) in format_result()
179 struct per_session_data__post_demo *pss = in callback_post_demo() local
Dprotocol_client_loopback_test.c72 struct per_session_data__client_loopback_test *pss = in callback_client_loopback_test() local
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
Dminimal-http-server-dynamic.c28 struct pss { struct
43 struct pss *pss = (struct pss *)user; in callback_dynamic_http() argument
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
Dminimal-http-server-custom-headers.c25 struct pss { struct
41 struct pss *pss = (struct pss *)user; in callback_http() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
Dminimal-http-client.c27 struct pss { struct
40 struct pss *pss = lws_container_of(sul, struct pss, sul); in drain_cb() local
53 struct pss *pss = (struct pss *)user; in callback_http() local
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
Dminimal-http-server-form-post.c23 struct pss { struct
44 struct pss *pss = (struct pss *)user; in callback_http() local
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
Dminimal-mqtt-client.c94 struct pss { struct
95 int state;
96 size_t pos;
97 int retries;
165 struct pss *pss = (struct pss *)user; in callback_mqtt() local
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
Dminimal-mqtt-client-multi.c104 struct pss { struct
105 lws_mqtt_publish_param_t pub_param;
106 int state;
107 size_t pos;
108 int retries;
200 struct pss *pss = (struct pss *)user; in callback_mqtt() local
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
Dminimal-http-server-sse.c35 struct pss { struct
47 struct pss *pss = (struct pss *)user; in callback_sse() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-post/
Dminimal-http-client-post.c23 struct pss { struct
31 struct pss *pss = (struct pss *)user; in callback_http() local
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
Dminimal-http-server-form-post.c23 struct pss { struct
43 struct pss *pss = (struct pss *)user; in callback_http() local
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
Dminimal-http-server-sse-ring.c43 struct pss { struct
44 struct pss *pss_list; argument
56 struct pss *pss_list; /* linked-list of live pss*/ argument
155 struct pss *pss = (struct pss *)user; in callback_sse() local
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
Dminimal-ws-client-spam.c43 struct pss { struct
44 int conn;
88 struct pss *pss = (struct pss *)user; in callback_minimal_spam() local
/third_party/openssl/crypto/rsa/
Drsa_ameth.c231 static int rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, in rsa_pss_param_print()
429 RSA_PSS_PARAMS *pss; in rsa_pss_decode() local
453 RSA_PSS_PARAMS *pss = rsa_pss_decode(sigalg); in rsa_sig_print() local
622 RSA_PSS_PARAMS *pss = RSA_PSS_PARAMS_new(); in rsa_pss_params_create() local
649 RSA_PSS_PARAMS *pss = rsa_ctx_to_pss(pkctx); in rsa_ctx_to_pss_string() local
672 RSA_PSS_PARAMS *pss; in rsa_pss_to_ctx() local
717 int rsa_pss_get_param(const RSA_PSS_PARAMS *pss, const EVP_MD **pmd, in rsa_pss_get_param()
866 RSA_PSS_PARAMS *pss; in rsa_sig_info_set() local
Drsa_asn1.c75 RSA_PSS_PARAMS *pss = (RSA_PSS_PARAMS *)*pval; variable
/third_party/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c100 destroy_conn(struct raw_vhd *vhd, struct raw_pss *pss) in destroy_conn()
115 connect_client(struct raw_vhd *vhd, struct raw_pss *pss) in connect_client()
176 struct raw_pss *pss = (struct raw_pss *)user; in callback_raw_proxy() local
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c122 start_sending_dir(struct pss_deaddrop *pss) in start_sending_dir()
267 struct pss_deaddrop *pss = (struct pss_deaddrop *)data; in file_upload_cb() local
358 format_result(struct pss_deaddrop *pss) in format_result()
383 struct pss_deaddrop *pss = (struct pss_deaddrop *)user; in callback_deaddrop() local
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c67 struct pss { struct
68 char body_part;
172 struct pss *pss = (struct pss *)user; in callback_http() local
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/
Dprotocol_lws_minimal.c218 struct per_session_data__minimal *pss = in callback_minimal() local

123