Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/statem/
H A Dstatem_local.h86 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 Dstatem.c594 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 Dstatem_clnt.c713 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 Dstatem_srvr.c746 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 Dstatem_lib.c1431 WORK_STATE tls_finish_handshake(SSL_CONNECTION *s, ossl_unused WORK_STATE wst, in tls_finish_handshake()
H A Dstatem_dtls.c1028 WORK_STATE dtls_wait_for_dry(SSL_CONNECTION *s) in dtls_wait_for_dry()
/src/crypto/openssl/include/internal/
H A Dstatem.h37 } WORK_STATE; typedef
103 WORK_STATE write_state_work;
105 WORK_STATE read_state_work;