Lines Matching refs:clienthello
339 my $clienthello;
373 $clienthello =
387 vec($clienthello, 1, 8) = 0x00;
388 vec($clienthello, 2, 8) = 0x02;
391 my $chlen = length $clienthello;
401 $clienthello,
402 $clienthello
408 $clienthello =
428 my $frag1 = substr $clienthello, 0, 6;
429 my $frag2 = substr $clienthello, 6, 32;
430 my $frag3 = substr $clienthello, 38;