Home
last modified time | relevance | path

Searched refs:ciphersuitesc (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/util/perl/TLSProxy/
DProxy.pm101 ciphersuitesc => "",
322 if ($self->ciphersuitesc ne "") {
323 $execcmd .= " -ciphersuites ".$self->ciphersuitesc;
615 sub ciphersuitesc subroutine
619 $self->{ciphersuitesc} = shift;
621 return $self->{ciphersuitesc};
/third_party/openssl/test/recipes/
D70-test_tls13psk.t92 $proxy->ciphersuitesc("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");