Home | History | Annotate | Download | only in TLSProxy

Lines Matching defs:ciphersuite

51     $self->{ciphersuite} = 0;
74 my $ciphersuite = unpack('n', substr($self->data, $ptr));
125 $self->ciphersuite($ciphersuite);
126 TLSProxy::Proxy->ciphersuite($ciphersuite);
135 print " Ciphersuite:".$ciphersuite."\n";
145 TLSProxy::Message->ciphersuite($self->ciphersuite);
159 $data .= pack('n', $self->ciphersuite);
212 sub ciphersuite
216 $self->{ciphersuite} = shift;
218 return $self->{ciphersuite};