Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2241 type nextProtoMsg struct { struct
2242 raw []byte
2243 proto string
2246 func (m *nextProtoMsg) marshal() []byte {
2263 func (m *nextProtoMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2241 type nextProtoMsg struct { struct
2242 raw []byte
2243 proto string
2246 func (m *nextProtoMsg) marshal() []byte {
2263 func (m *nextProtoMsg) unmarshal(data []byte) bool {