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.go1274 type nextProtoMsg struct { struct
1275 raw []byte
1276 proto string
1279 func (m *nextProtoMsg) equal(i interface{}) bool {
1289 func (m *nextProtoMsg) marshal() []byte {
1317 func (m *nextProtoMsg) unmarshal(data []byte) bool {