Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1785 type nextProtoMsg struct { struct
1790 func (m *nextProtoMsg) marshal() []byte { argument
1818 func (m *nextProtoMsg) unmarshal(data []byte) bool { argument
Dconn.go1262 m = new(nextProtoMsg)
Dhandshake_client.go1535 nextProto := new(nextProtoMsg)
Dhandshake_server.go1710 nextProto, ok := msg.(*nextProtoMsg)