Searched refs:SSL_SCSV (Results 1 – 2 of 2) sorted by relevance
65 #define SSL_SCSV 0x00ff macro
558 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()