Home
last modified time | relevance | path

Searched refs:nextProtos (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go623 nextProtos []string member
650 eqStrings(m.nextProtos, m1.nextProtos) &&
676 for _, v := range m.nextProtos {
679 nextProtoLen += len(m.nextProtos)
757 for _, v := range m.nextProtos {
868 m.nextProtos = nil
909 m.nextProtos = append(m.nextProtos, string(d[:l]))
Dhandshake_client.go821 proto, fallback := mutualProtocol(c.config.NextProtos, hs.serverHello.nextProtos)
Dhandshake_server.go300 hs.hello.nextProtos = config.NextProtos