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.go2166 type nextProtoMsg struct { struct
2167 raw []byte
2168 proto string
2171 func (m *nextProtoMsg) marshal() []byte {
2187 func (m *nextProtoMsg) unmarshal(data []byte) bool {