Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_server_test.go31 testClientHelloFailure(t, serverConfig, m, "")
41 func testClientHelloFailure(t *testing.T, serverConfig *Config, m handshakeMessage, expectedSubStr … func
96 testClientHelloFailure(t, testConfig, &serverHelloDoneMsg{}, "unexpected handshake message")
105 testClientHelloFailure(t, config, &clientHelloMsg{
110 testClientHelloFailure(t, config, &clientHelloMsg{
124testClientHelloFailure(t, testConfig, clientHello, "no cipher suite supported by both client and s…
134testClientHelloFailure(t, testConfig, clientHello, "client does not support uncompressed connectio…
148testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and…
152 testClientHelloFailure(t, testConfig, &clientHelloMsg{
182testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and…
[all …]
Dboring_test.go151 testClientHelloFailure(t, serverConfig, clientHello, msg)