Searched refs:WORK_STATE (Results 1 – 7 of 7) sorted by relevance
/openssl/ssl/statem/ |
H A D | statem_local.h | 86 WORK_STATE ossl_statem_client_pre_work(SSL_CONNECTION *s, WORK_STATE wst); 87 WORK_STATE ossl_statem_client_post_work(SSL_CONNECTION *s, WORK_STATE wst); 94 WORK_STATE wst); 101 WORK_STATE ossl_statem_server_pre_work(SSL_CONNECTION *s, WORK_STATE wst); 102 WORK_STATE ossl_statem_server_post_work(SSL_CONNECTION *s, WORK_STATE wst); 109 WORK_STATE wst); 131 __owur WORK_STATE tls_finish_handshake(SSL_CONNECTION *s, WORK_STATE wst, 133 __owur WORK_STATE dtls_wait_for_dry(SSL_CONNECTION *s); 159 WORK_STATE wst); 203 __owur WORK_STATE tls_post_process_client_hello(SSL_CONNECTION *s, [all …]
|
H A D | statem.c | 593 WORK_STATE(*post_process_message) (SSL_CONNECTION *s, WORK_STATE wst); in read_state_machine() 809 WORK_STATE(*pre_work) (SSL_CONNECTION *s, WORK_STATE wst); in write_state_machine() 810 WORK_STATE(*post_work) (SSL_CONNECTION *s, WORK_STATE wst); in write_state_machine()
|
H A D | statem_clnt.c | 713 WORK_STATE ossl_statem_client_pre_work(SSL_CONNECTION *s, WORK_STATE wst) in ossl_statem_client_pre_work() 794 WORK_STATE ossl_statem_client_post_work(SSL_CONNECTION *s, WORK_STATE wst) in ossl_statem_client_post_work() 1143 WORK_STATE ossl_statem_client_post_process_message(SSL_CONNECTION *s, in ossl_statem_client_post_process_message() 1144 WORK_STATE wst) in ossl_statem_client_post_process_message() 1908 static WORK_STATE tls_post_process_server_rpk(SSL_CONNECTION *sc, in tls_post_process_server_rpk() 1909 WORK_STATE wst) in tls_post_process_server_rpk() 2060 WORK_STATE tls_post_process_server_certificate(SSL_CONNECTION *s, in tls_post_process_server_certificate() 2061 WORK_STATE wst) in tls_post_process_server_certificate() 3670 WORK_STATE tls_prepare_client_certificate(SSL_CONNECTION *s, WORK_STATE wst) in tls_prepare_client_certificate()
|
H A D | statem_srvr.c | 746 WORK_STATE ossl_statem_server_pre_work(SSL_CONNECTION *s, WORK_STATE wst) in ossl_statem_server_pre_work() 874 WORK_STATE ossl_statem_server_post_work(SSL_CONNECTION *s, WORK_STATE wst) in ossl_statem_server_post_work() 1315 WORK_STATE ossl_statem_server_post_process_message(SSL_CONNECTION *s, in ossl_statem_server_post_process_message() 1316 WORK_STATE wst) in ossl_statem_server_post_process_message() 2274 WORK_STATE tls_post_process_client_hello(SSL_CONNECTION *s, WORK_STATE wst) in tls_post_process_client_hello() 3452 WORK_STATE tls_post_process_client_key_exchange(SSL_CONNECTION *s, in tls_post_process_client_key_exchange() 3453 WORK_STATE wst) in tls_post_process_client_key_exchange()
|
H A D | statem_lib.c | 1410 WORK_STATE tls_finish_handshake(SSL_CONNECTION *s, ossl_unused WORK_STATE wst, in tls_finish_handshake()
|
H A D | statem_dtls.c | 1015 WORK_STATE dtls_wait_for_dry(SSL_CONNECTION *s) in dtls_wait_for_dry()
|
/openssl/include/internal/ |
H A D | statem.h | 35 } WORK_STATE; typedef 101 WORK_STATE write_state_work; 103 WORK_STATE read_state_work;
|
Completed in 44 milliseconds