Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drunner.go1034 NextProtos: []string{"bar"},
1070 NextProtos: []string{"bar"},
1551 NextProtos: []string{"foo"},
1572 NextProtos: []string{"foo"},
1724 NextProtos: []string{"foo"},
1760 NextProtos: []string{"foo"},
1779 NextProtos: []string{"foo"},
1798 NextProtos: []string{"foo"},
2886 NextProtos: []string{"foo"},
2896 NextProtos: []string{"bar"},
[all …]
Dhandshake_client.go47 for _, proto := range c.config.NextProtos {
68 nextProtoNeg: len(c.config.NextProtos) > 0,
70 alpnProtocols: c.config.NextProtos,
865 proto, fallback := mutualProtocol(c.config.NextProtos, hs.serverHello.nextProtos)
Dhandshake_server.go305 …edProto, fallback := mutualProtocol(hs.clientHello.alpnProtocols, c.config.NextProtos); !fallback {
316 if hs.clientHello.nextProtoNeg && len(config.NextProtos) > 0 {
318 hs.hello.nextProtos = config.NextProtos
Dcommon.go285 NextProtos []string member