Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DServerHello.pm42 $self->{comp_meth} = 0;
66 my $comp_meth = 0;
67 $comp_meth = unpack('C', substr($self->data, $ptr));
117 $self->comp_meth($comp_meth);
126 print " Compression Method:".$comp_meth."\n";
150 $data .= pack('C', $self->comp_meth);
210 sub comp_meth subroutine
214 $self->{comp_meth} = shift;
216 return $self->{comp_meth};
[all...]
/third_party/openssl/util/perl/TLSProxy/
H A DServerHello.pm42 $self->{comp_meth} = 0;
66 my $comp_meth = 0;
67 $comp_meth = unpack('C', substr($self->data, $ptr));
117 $self->comp_meth($comp_meth);
126 print " Compression Method:".$comp_meth."\n";
150 $data .= pack('C', $self->comp_meth);
210 sub comp_meth subroutine
214 $self->{comp_meth} = shift;
216 return $self->{comp_meth};
[all...]

Completed in 1 milliseconds