Lines Matching refs:suite

466 	uint16_t suite, selected_suite;  in kssl_handle_client_hello()  local
542 suite = ssl->sid.cipher_suite; in kssl_handle_client_hello()
545 uint16_t, suite, 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()
552 uint16_t, suite); in kssl_handle_client_hello()
554 selected_suite = suite; in kssl_handle_client_hello()
578 suite = ssl->kssl_entry->kssl_cipherSuites[i]; in kssl_handle_client_hello()
580 DTRACE_PROBE2(kssl_cipher_suite_check, uint16_t, suite, 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()
587 uint16_t, suite); in kssl_handle_client_hello()
589 selected_suite = suite; in kssl_handle_client_hello()
667 if (selected_suite == cipher_suite_defs[i].suite) { in kssl_handle_client_hello()
2085 uint16_t suite, selected_suite; in kssl_handle_v2client_hello() local
2141 suite = ssl->kssl_entry->kssl_cipherSuites[i]; in kssl_handle_v2client_hello()
2144 uint16_t, suite, in kssl_handle_v2client_hello()
2152 if (suitesp[j + 1] == ((suite >> 8) & 0xff) && in kssl_handle_v2client_hello()
2153 suitesp[j + 2] == (suite & 0xff)) { in kssl_handle_v2client_hello()
2155 uint16_t, suite); in kssl_handle_v2client_hello()
2157 selected_suite = suite; in kssl_handle_v2client_hello()
2198 if (selected_suite == cipher_suite_defs[i].suite) { in kssl_handle_v2client_hello()