Searched defs:helloRetryRequestMsg (Results 1 – 1 of 1) sorted by relevance
1302 type helloRetryRequestMsg struct { struct1303 raw []byte1304 vers uint161305 hasSelectedGroup bool1306 selectedGroup CurveID1307 cookie []byte1308 customExtension string1309 duplicateExtensions bool1312 func (m *helloRetryRequestMsg) marshal() []byte {1349 func (m *helloRetryRequestMsg) unmarshal(data []byte) bool {