Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1933 type nextProtoMsg struct { struct
1934 raw []byte
1935 proto string
1938 func (m *nextProtoMsg) marshal() []byte {
1954 func (m *nextProtoMsg) unmarshal(data []byte) bool {