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

  /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};
  /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};
  /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};
  /src/crypto/external/apache2/openssl/dist/test/recipes/
70-test_tls13psk.t 91 $proxy->ciphersuitess("TLS_AES_256_GCM_SHA384");
70-test_tls13hrr.t 66 $proxy->ciphersuitess("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
  /src/crypto/external/bsd/openssl/dist/test/recipes/
70-test_tls13hrr.t 66 $proxy->ciphersuitess("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
70-test_tls13psk.t 93 $proxy->ciphersuitess("TLS_AES_256_GCM_SHA384");
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
70-test_tls13hrr.t 57 $proxy->ciphersuitess("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
70-test_tls13psk.t 86 $proxy->ciphersuitess("TLS_AES_256_GCM_SHA384");

Completed in 26 milliseconds