Searched refs:tls13_state (Results 1 – 3 of 3) sorted by relevance
257 hs->tls13_state = state_select_session; in do_select_parameters()409 hs->tls13_state = state_select_session; in do_select_session()470 hs->tls13_state = state_send_hello_retry_request; in do_select_session()476 hs->tls13_state = state_send_server_hello; in do_select_session()497 hs->tls13_state = state_process_second_client_hello; in do_send_hello_retry_request()530 hs->tls13_state = state_send_server_hello; in do_process_second_client_hello()618 hs->tls13_state = state_send_server_certificate_verify; in do_send_server_hello()622 hs->tls13_state = state_send_server_finished; in do_send_server_hello()633 hs->tls13_state = state_send_server_finished; in do_send_server_certificate_verify()637 hs->tls13_state = state_send_server_certificate_verify; in do_send_server_certificate_verify()[all …]
54 hs->tls13_state = state_process_server_hello; in do_process_hello_retry_request()144 hs->tls13_state = state_send_second_client_hello; in do_process_hello_retry_request()159 hs->tls13_state = state_process_server_hello; in do_send_second_client_hello()337 hs->tls13_state = state_process_change_cipher_spec; in do_process_server_hello()361 hs->tls13_state = state_process_encrypted_extensions; in do_process_change_cipher_spec()412 hs->tls13_state = state_continue_second_server_flight; in do_process_encrypted_extensions()420 hs->tls13_state = state_process_certificate_request; in do_continue_second_server_flight()428 hs->tls13_state = state_process_server_finished; in do_process_certificate_request()434 hs->tls13_state = state_process_server_certificate; in do_process_certificate_request()478 hs->tls13_state = state_process_server_certificate; in do_process_certificate_request()[all …]
1033 int tls13_state; in OPENSSL_MSVC_PRAGMA() member