Searched refs:testClientHelloFailure (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | handshake_server_test.go | 31 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{ 124 …testClientHelloFailure(t, testConfig, clientHello, "no cipher suite supported by both client and s… 134 …testClientHelloFailure(t, testConfig, clientHello, "client does not support uncompressed connectio… 148 …testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and… 152 testClientHelloFailure(t, testConfig, &clientHelloMsg{ 182 …testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and… [all …]
|
D | boring_test.go | 151 testClientHelloFailure(t, serverConfig, clientHello, msg)
|