Searched refs:suite_found (Results 1 – 1 of 1) sorted by relevance
468 boolean_t suite_found = B_FALSE; in kssl_handle_client_hello() local553 suite_found = B_TRUE; in kssl_handle_client_hello()568 if (suite_found && ssl->secure_renegotiation) in kssl_handle_client_hello()571 if (suite_found) in kssl_handle_client_hello()572 goto suite_found; in kssl_handle_client_hello()588 suite_found = B_TRUE; in kssl_handle_client_hello()605 if (suite_found && in kssl_handle_client_hello()609 if (suite_found) in kssl_handle_client_hello()612 if (!suite_found) { in kssl_handle_client_hello()634 suite_found: in kssl_handle_client_hello()[all …]