Searched refs:WORK_STATE (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/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); 93 WORK_STATE ossl_statem_client_post_process_message(SSL_CONNECTION *s, 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); 108 WORK_STATE ossl_statem_server_post_process_message(SSL_CONNECTION *s, 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); [all …]
|
| H A D | statem.c | 594 WORK_STATE (*post_process_message)(SSL_CONNECTION *s, WORK_STATE wst); in read_state_machine() 810 WORK_STATE (*pre_work)(SSL_CONNECTION *s, WORK_STATE wst); in write_state_machine() 811 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() 1154 WORK_STATE ossl_statem_client_post_process_message(SSL_CONNECTION *s, in ossl_statem_client_post_process_message() 1155 WORK_STATE wst) in ossl_statem_client_post_process_message() 1926 static WORK_STATE tls_post_process_server_rpk(SSL_CONNECTION *sc, in tls_post_process_server_rpk() 1927 WORK_STATE wst) in tls_post_process_server_rpk() 2091 WORK_STATE tls_post_process_server_certificate(SSL_CONNECTION *s, in tls_post_process_server_certificate() 2092 WORK_STATE wst) in tls_post_process_server_certificate() 3715 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() 888 WORK_STATE ossl_statem_server_post_work(SSL_CONNECTION *s, WORK_STATE wst) in ossl_statem_server_post_work() 1330 WORK_STATE ossl_statem_server_post_process_message(SSL_CONNECTION *s, in ossl_statem_server_post_process_message() 1331 WORK_STATE wst) in ossl_statem_server_post_process_message() 2309 WORK_STATE tls_post_process_client_hello(SSL_CONNECTION *s, WORK_STATE wst) in tls_post_process_client_hello() 3491 WORK_STATE tls_post_process_client_key_exchange(SSL_CONNECTION *s, in tls_post_process_client_key_exchange() 3492 WORK_STATE wst) in tls_post_process_client_key_exchange()
|
| H A D | statem_lib.c | 1431 WORK_STATE tls_finish_handshake(SSL_CONNECTION *s, ossl_unused WORK_STATE wst, in tls_finish_handshake()
|
| H A D | statem_dtls.c | 1028 WORK_STATE dtls_wait_for_dry(SSL_CONNECTION *s) in dtls_wait_for_dry()
|
| /src/crypto/openssl/include/internal/ |
| H A D | statem.h | 37 } WORK_STATE; typedef 103 WORK_STATE write_state_work; 105 WORK_STATE read_state_work;
|