Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DProxy.pm100 cipherc => "",
148 $self->{cipherc} = "";
319 if ($self->cipherc ne "") {
320 $execcmd .= " -cipher ".$self->cipherc;
607 sub cipherc subroutine
611 $self->{cipherc} = shift;
613 return $self->{cipherc};
/third_party/openssl/util/perl/TLSProxy/
H A DProxy.pm100 cipherc => "",
148 $self->{cipherc} = "";
319 if ($self->cipherc ne "") {
320 $execcmd .= " -cipher ".$self->cipherc;
607 sub cipherc subroutine
611 $self->{cipherc} = shift;
613 return $self->{cipherc};

Completed in 2 milliseconds