Home
last modified time | relevance | path

Searched refs:helloVerifyRequestMsg (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1700 type helloVerifyRequestMsg struct { struct
1706 func (m *helloVerifyRequestMsg) equal(i interface{}) bool { argument
1707 m1, ok := i.(*helloVerifyRequestMsg)
1717 func (m *helloVerifyRequestMsg) marshal() []byte { argument
1738 func (m *helloVerifyRequestMsg) unmarshal(data []byte) bool { argument
Dhandshake_client.go231 helloVerifyRequest, ok := msg.(*helloVerifyRequestMsg)
Dhandshake_server.go149 helloVerifyRequest := &helloVerifyRequestMsg{
Dconn.go1019 m = new(helloVerifyRequestMsg)