Home
last modified time | relevance | path

Searched refs:NextProtos (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Drunner.go362 NextProtos: []string{"bar"},
398 NextProtos: []string{"bar"},
805 NextProtos: []string{"foo"},
826 NextProtos: []string{"foo"},
985 NextProtos: []string{"foo"},
1021 NextProtos: []string{"foo"},
1040 NextProtos: []string{"foo"},
1059 NextProtos: []string{"foo"},
2183 NextProtos: []string{"foo"},
2193 NextProtos: []string{"bar"},
[all …]
Dhandshake_client.go47 for _, proto := range c.config.NextProtos {
67 nextProtoNeg: len(c.config.NextProtos) > 0,
69 alpnProtocols: c.config.NextProtos,
821 proto, fallback := mutualProtocol(c.config.NextProtos, hs.serverHello.nextProtos)
Dhandshake_server.go288 …if selectedProto, fallback := mutualProtocol(hs.clientHello.alpnProtocols, c.config.NextProtos); !…
298 if hs.clientHello.nextProtoNeg && len(config.NextProtos) > 0 {
300 hs.hello.nextProtos = config.NextProtos
Dcommon.go279 NextProtos []string member