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

  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Proxy.pm 102 ciphersuitesc => "",
323 if ($self->ciphersuitesc ne "") {
324 $execcmd .= " -ciphersuites ".$self->ciphersuitesc;
616 sub ciphersuitesc subroutine
620 $self->{ciphersuitesc} = shift;
622 return $self->{ciphersuitesc};
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Proxy.pm 101 ciphersuitesc => "",
322 if ($self->ciphersuitesc ne "") {
323 $execcmd .= " -ciphersuites ".$self->ciphersuitesc;
615 sub ciphersuitesc subroutine
619 $self->{ciphersuitesc} = shift;
621 return $self->{ciphersuitesc};
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Proxy.pm 184 ciphersuitesc => "",
442 if ($self->ciphersuitesc ne "") {
443 $execcmd .= " -ciphersuites ".$self->ciphersuitesc;
743 sub ciphersuitesc subroutine
747 $self->{ciphersuitesc} = shift;
749 return $self->{ciphersuitesc};
  /src/crypto/external/apache2/openssl/dist/test/recipes/
70-test_tls13psk.t 90 $proxy->ciphersuitesc("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
  /src/crypto/external/bsd/openssl/dist/test/recipes/
70-test_tls13psk.t 92 $proxy->ciphersuitesc("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
70-test_tls13psk.t 85 $proxy->ciphersuitesc("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");

Completed in 25 milliseconds