Lines Matching refs:wst
681 WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_server_pre_work() argument
733 return tls_finish_handshake(s, wst, 0, 0); in ossl_statem_server_pre_work()
778 return tls_finish_handshake(s, wst, 1, 1); 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() argument
1230 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_server_post_process_message() argument
1243 return tls_post_process_client_hello(s, wst); in ossl_statem_server_post_process_message()
1246 return tls_post_process_client_key_exchange(s, 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() argument
2249 if (wst == WORK_MORE_A) { in tls_post_process_client_hello()
2257 wst = WORK_MORE_B; in tls_post_process_client_hello()
2259 if (wst == WORK_MORE_B) { in tls_post_process_client_hello()
2341 wst = WORK_MORE_C; in tls_post_process_client_hello()
2344 if (wst == WORK_MORE_C) { 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() argument
3528 if (wst == WORK_MORE_A) { in tls_post_process_client_key_exchange()