Home
last modified time | relevance | path

Searched refs:wait_client_hello (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslproto.h196 wait_client_hello = 0, enumerator
H A Dksslrec.c319 if (ssl->hs_waitstate != wait_client_hello) { in kssl_handle_handshake_message()
472 ASSERT(ssl->hs_waitstate == wait_client_hello); in kssl_handle_client_hello()
2090 ASSERT(ssl->hs_waitstate == wait_client_hello); in kssl_handle_v2client_hello()
H A Dksslapi.c812 if (ssl->hs_waitstate == wait_client_hello) { in kssl_handle_any_record()