Home
last modified time | relevance | path

Searched refs:comp_meth_len (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DClientHello.pm38 $self->{comp_meth_len} = 0;
62 my $comp_meth_len = unpack('C', substr($self->data, $ptr));
64 my @comp_meths = unpack('C*', substr($self->data, $ptr, $comp_meth_len));
65 $ptr += $comp_meth_len;
89 $self->comp_meth_len($comp_meth_len);
99 print " Compression Method Len:".$comp_meth_len."\n";
143 $data .= pack('C', $self->comp_meth_len);
216 sub comp_meth_len subroutine
220 $self->{comp_meth_len}
[all...]
/third_party/openssl/util/perl/TLSProxy/
H A DClientHello.pm38 $self->{comp_meth_len} = 0;
62 my $comp_meth_len = unpack('C', substr($self->data, $ptr));
64 my @comp_meths = unpack('C*', substr($self->data, $ptr, $comp_meth_len));
65 $ptr += $comp_meth_len;
89 $self->comp_meth_len($comp_meth_len);
99 print " Compression Method Len:".$comp_meth_len."\n";
143 $data .= pack('C', $self->comp_meth_len);
216 sub comp_meth_len subroutine
220 $self->{comp_meth_len}
[all...]

Completed in 1 milliseconds