Searched refs:randlen (Results 1 – 1 of 1) sorted by relevance
2079 uint_t randlen; in kssl_handle_v2client_hello() local2114 randlen = ((uint_t)mp->b_rptr[4] << 8) + (uint_t)mp->b_rptr[5]; in kssl_handle_v2client_hello()2119 if (randlen < SSL_MIN_CHALLENGE_BYTES || in kssl_handle_v2client_hello()2120 randlen > SSL_MAX_CHALLENGE_BYTES) { in kssl_handle_v2client_hello()2122 uint_t, randlen); in kssl_handle_v2client_hello()2126 ch_recsz += cslen + sidlen + randlen; in kssl_handle_v2client_hello()2134 if (randlen < SSL3_RANDOM_LENGTH) { in kssl_handle_v2client_hello()2137 bcopy(rand, &ssl->client_random[SSL3_RANDOM_LENGTH - randlen], in kssl_handle_v2client_hello()2138 randlen); in kssl_handle_v2client_hello()