Lines Matching refs:clienthello
446 my $clienthello;
480 $clienthello =
494 vec($clienthello, 1, 8) = 0x00;
495 vec($clienthello, 2, 8) = 0x02;
498 my $chlen = length $clienthello;
508 $clienthello,
509 $clienthello
515 $clienthello =
535 my $frag1 = substr $clienthello, 0, 6;
536 my $frag2 = substr $clienthello, 6, 32;
537 my $frag3 = substr $clienthello, 38;