Home
last modified time | relevance | path

Searched refs:pending_cipher_suite (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/kssl/
H A Dksslproto.h303 uint16_t pending_cipher_suite; member
H A Dksslrec.c677 ssl->pending_cipher_suite = selected_suite; in kssl_handle_client_hello()
1018 buf[0] = (ssl->pending_cipher_suite >> 8) & 0xff; in kssl_send_server_hello()
1019 buf[1] = ssl->pending_cipher_suite & 0xff; in kssl_send_server_hello()
2205 ssl->pending_cipher_suite = selected_suite; in kssl_handle_v2client_hello()