Lines Matching refs:wst
746 WORK_STATE ossl_statem_server_pre_work(SSL_CONNECTION *s, WORK_STATE wst) in ossl_statem_server_pre_work() argument
800 return tls_finish_handshake(s, wst, 0, 0); in ossl_statem_server_pre_work()
844 return tls_finish_handshake(s, wst, 1, 1); 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() argument
1316 WORK_STATE wst) in ossl_statem_server_post_process_message() argument
1327 return tls_post_process_client_hello(s, wst); in ossl_statem_server_post_process_message()
1330 return tls_post_process_client_key_exchange(s, 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() argument
2280 if (wst == WORK_MORE_A) { in tls_post_process_client_hello()
2288 wst = WORK_MORE_B; in tls_post_process_client_hello()
2290 if (wst == WORK_MORE_B) { in tls_post_process_client_hello()
2371 wst = WORK_MORE_C; in tls_post_process_client_hello()
2374 if (wst == WORK_MORE_C) { in tls_post_process_client_hello()
3453 WORK_STATE wst) in tls_post_process_client_key_exchange() argument
3456 if (wst == WORK_MORE_A) { in tls_post_process_client_key_exchange()