HomeSort by: relevance | last modified time | path
    Searched defs:ciphersuitess (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Proxy.pm 186 ciphersuitess => "TLS_AES_128_GCM_SHA256",
231 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";
342 if ($self->ciphersuitess ne "") {
343 $execcmd .= " -ciphersuites ".$self->ciphersuitess;
759 sub ciphersuitess subroutine
763 $self->{ciphersuitess} = shift;
765 return $self->{ciphersuitess};
Proxy.pm 186 ciphersuitess => "TLS_AES_128_GCM_SHA256",
231 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";
342 if ($self->ciphersuitess ne "") {
343 $execcmd .= " -ciphersuites ".$self->ciphersuitess;
759 sub ciphersuitess subroutine
763 $self->{ciphersuitess} = shift;
765 return $self->{ciphersuitess};
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Proxy.pm 104 ciphersuitess => "TLS_AES_128_GCM_SHA256",
172 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";
237 if ($self->ciphersuitess ne "") {
238 $execcmd .= " -ciphersuites ".$self->ciphersuitess;
632 sub ciphersuitess subroutine
636 $self->{ciphersuitess} = shift;
638 return $self->{ciphersuitess};
Proxy.pm 104 ciphersuitess => "TLS_AES_128_GCM_SHA256",
172 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";
237 if ($self->ciphersuitess ne "") {
238 $execcmd .= " -ciphersuites ".$self->ciphersuitess;
632 sub ciphersuitess subroutine
636 $self->{ciphersuitess} = shift;
638 return $self->{ciphersuitess};
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Proxy.pm 103 ciphersuitess => "TLS_AES_128_GCM_SHA256",
171 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";
236 if ($self->ciphersuitess ne "") {
237 $execcmd .= " -ciphersuites ".$self->ciphersuitess;
631 sub ciphersuitess subroutine
635 $self->{ciphersuitess} = shift;
637 return $self->{ciphersuitess};
Proxy.pm 103 ciphersuitess => "TLS_AES_128_GCM_SHA256",
171 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";
236 if ($self->ciphersuitess ne "") {
237 $execcmd .= " -ciphersuites ".$self->ciphersuitess;
631 sub ciphersuitess subroutine
635 $self->{ciphersuitess} = shift;
637 return $self->{ciphersuitess};

Completed in 48 milliseconds