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.go2354 type nextProtoMsg struct { struct
2355 raw []byte
2356 proto string
2359 func (m *nextProtoMsg) marshal() []byte {
2375 func (m *nextProtoMsg) unmarshal(data []byte) bool {