Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dstatem_local.h71 WORK_STATE ossl_statem_client_pre_work(SSL *s, WORK_STATE wst);
72 WORK_STATE ossl_statem_client_post_work(SSL *s, WORK_STATE wst);
77 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst);
84 WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst);
85 WORK_STATE ossl_statem_server_post_work(SSL *s, WORK_STATE wst);
90 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst);
107 __owur WORK_STATE tls_finish_handshake(SSL *s, WORK_STATE wst, int clearbufs,
109 __owur WORK_STATE dtls_wait_for_dry(SSL *s);
120 __owur WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst);
139 __owur WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst);
[all …]
Dstatem.h33 } WORK_STATE; typedef
101 WORK_STATE write_state_work;
103 WORK_STATE read_state_work;
Dstatem.c546 WORK_STATE(*post_process_message) (SSL *s, WORK_STATE wst); in read_state_machine()
759 WORK_STATE(*pre_work) (SSL *s, WORK_STATE wst); in write_state_machine()
760 WORK_STATE(*post_work) (SSL *s, WORK_STATE wst); in write_state_machine()
Dstatem_srvr.c681 WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_server_pre_work()
808 WORK_STATE ossl_statem_server_post_work(SSL *s, WORK_STATE wst) in ossl_statem_server_post_work()
1230 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_server_post_process_message()
2245 WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst) in tls_post_process_client_hello()
3525 WORK_STATE tls_post_process_client_key_exchange(SSL *s, WORK_STATE wst) in tls_post_process_client_key_exchange()
Dstatem_clnt.c667 WORK_STATE ossl_statem_client_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_client_pre_work()
731 WORK_STATE ossl_statem_client_post_work(SSL *s, WORK_STATE wst) in ossl_statem_client_post_work()
1080 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_client_post_process_message()
3459 WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst) in tls_prepare_client_certificate()
Dstatem_lib.c1032 WORK_STATE tls_finish_handshake(SSL *s, WORK_STATE wst, int clearbufs, int stop) in tls_finish_handshake()
Dstatem_dtls.c931 WORK_STATE dtls_wait_for_dry(SSL *s) in dtls_wait_for_dry()