Searched refs:cslen (Results 1 – 2 of 2) sorted by relevance
463 uint_t sidlen, cslen, cmlen; in kssl_handle_client_hello() local516 cslen = ((uint_t)mp->b_rptr[0] << 8) + (uint_t)mp->b_rptr[1]; in kssl_handle_client_hello()518 ch_msglen += cslen; in kssl_handle_client_hello()533 if (cslen & 0x1) { in kssl_handle_client_hello()535 uint_t, cslen); in kssl_handle_client_hello()543 for (j = 0; j < cslen; j += 2) { in kssl_handle_client_hello()579 for (j = 0; j < cslen; j += 2) { in kssl_handle_client_hello()635 mp->b_rptr += cslen; in kssl_handle_client_hello()2081 uint_t cslen; in kssl_handle_v2client_hello() local2112 cslen = ((uint_t)mp->b_rptr[0] << 8) + (uint_t)mp->b_rptr[1]; in kssl_handle_v2client_hello()[all …]
634 int cslen = sizeof (ctx->ct_ssn.ioc_localcs); in smb_ctx_setcharset() local639 if (lcslen == 0 || lcslen >= cslen) { in smb_ctx_setcharset()645 if (scslen == 0 || scslen >= cslen) { in smb_ctx_setcharset()