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

/opensolaris-onvv-gate/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) &&
559 suitesp[j + 1] == (SSL_SCSV & 0xff)) {
593 if (suitesp[j] == ((SSL_SCSV >> 8) & 0xff) &&
594 suitesp[j + 1] == (SSL_SCSV & 0xff)) {
2161 if (suitesp[j + 1] == ((SSL_SCSV >> 8) & 0xff) &&
2162 suitesp[j + 2] == (SSL_SCSV & 0xff)) {

Completed in 32 milliseconds