Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1302 type helloRetryRequestMsg struct { struct
1303 raw []byte
1304 vers uint16
1305 hasSelectedGroup bool
1306 selectedGroup CurveID
1307 cookie []byte
1308 customExtension string
1309 duplicateExtensions bool
1312 func (m *helloRetryRequestMsg) marshal() []byte {
1349 func (m *helloRetryRequestMsg) unmarshal(data []byte) bool {