Searched refs:suitesp (Results 1 – 1 of 1) sorted by relevance
464 uchar_t *suitesp; in kssl_handle_client_hello() local538 suitesp = mp->b_rptr; in kssl_handle_client_hello()547 (uint16_t)((suitesp[j] << 8) + suitesp[j+1])); in kssl_handle_client_hello()549 if (suitesp[j] == ((suite >> 8) & 0xff) && in kssl_handle_client_hello()550 suitesp[j + 1] == (suite & 0xff)) { in kssl_handle_client_hello()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()582 (uint16_t)((suitesp[j] << 8) + suitesp[j+1])); in kssl_handle_client_hello()584 if (suitesp[j] == ((suite >> 8) & 0xff) && in kssl_handle_client_hello()585 suitesp[j + 1] == (suite & 0xff)) { in kssl_handle_client_hello()[all …]