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.go1933 type nextProtoMsg struct { struct
1938 func (m *nextProtoMsg) marshal() []byte { argument
1954 func (m *nextProtoMsg) unmarshal(data []byte) bool { argument
Dconn.go1390 m = new(nextProtoMsg)
Dhandshake_client.go1809 nextProto := new(nextProtoMsg)
Dhandshake_server.go1866 nextProto, ok := msg.(*nextProtoMsg)