Home
last modified time | relevance | path

Searched refs:helloRequestMsg (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dconn.go985 m = new(helloRequestMsg)
1153 _, ok := msg.(*helloRequestMsg)
1164 helloReq := new(helloRequestMsg)
Dhandshake_messages.go1805 type helloRequestMsg struct { struct
1808 func (*helloRequestMsg) marshal() []byte { argument
1812 func (*helloRequestMsg) unmarshal(data []byte) bool { argument