Searched defs:v2ClientHelloMsg (Results 1 – 1 of 1) sorted by relevance
2349 type v2ClientHelloMsg struct { struct2350 raw []byte2351 vers uint162352 cipherSuites []uint162353 sessionId []byte2354 challenge []byte2357 func (m *v2ClientHelloMsg) marshal() []byte {