Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dconn.go1347 m = new(helloRequestMsg)
1619 _, ok := msg.(*helloRequestMsg)
1680 helloReq := new(helloRequestMsg).marshal()
Dhandshake_messages.go2474 type helloRequestMsg struct { struct
2477 func (*helloRequestMsg) marshal() []byte { argument
2481 func (*helloRequestMsg) unmarshal(data []byte) bool { argument
Dhandshake_client.go1074 helloRequest := new(helloRequestMsg)