Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/kssl/
H A Dkssl.h65 #define SSL_SCSV 0x00ff macro
H A Dksslrec.c558 if (suitesp[j] == ((SSL_SCSV >> 8) & 0xff) && in kssl_handle_client_hello()
559 suitesp[j + 1] == (SSL_SCSV & 0xff)) { in kssl_handle_client_hello()
593 if (suitesp[j] == ((SSL_SCSV >> 8) & 0xff) && in kssl_handle_client_hello()
594 suitesp[j + 1] == (SSL_SCSV & 0xff)) { in kssl_handle_client_hello()
2161 if (suitesp[j + 1] == ((SSL_SCSV >> 8) & 0xff) && in kssl_handle_v2client_hello()
2162 suitesp[j + 2] == (SSL_SCSV & 0xff)) { in kssl_handle_v2client_hello()