Searched refs:WORK_STATE (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | statem_local.h | 71 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 …]
|
D | statem.h | 33 } WORK_STATE; typedef 101 WORK_STATE write_state_work; 103 WORK_STATE read_state_work;
|
D | statem.c | 546 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()
|
D | statem_srvr.c | 681 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()
|
D | statem_clnt.c | 667 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()
|
D | statem_lib.c | 1032 WORK_STATE tls_finish_handshake(SSL *s, WORK_STATE wst, int clearbufs, int stop) in tls_finish_handshake()
|
D | statem_dtls.c | 931 WORK_STATE dtls_wait_for_dry(SSL *s) in dtls_wait_for_dry()
|