Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dconn.go1357 m = new(helloRetryRequestMsg)
1413 m = new(helloRetryRequestMsg)
1414 m.(*helloRetryRequestMsg).isServerHello = true
Dhandshake_messages.go1480 type helloRetryRequestMsg struct { struct
1494 func (m *helloRetryRequestMsg) marshal() []byte { argument
1541 func (m *helloRetryRequestMsg) unmarshal(data []byte) bool { argument
Dhandshake_client.go528 case *helloRetryRequestMsg:
551 helloRetryRequest, haveHelloRetryRequest := msg.(*helloRetryRequestMsg)
Dhandshake_server.go556 helloRetryRequest := &helloRetryRequestMsg{