Searched defs:clientHandshakeState (Results 1 – 1 of 1) sorted by relevance
25 type clientHandshakeState struct { struct26 c *Conn27 serverHello *serverHelloMsg28 hello *clientHelloMsg29 suite *cipherSuite30 finishedHash finishedHash31 keyShares map[CurveID]ecdhCurve32 masterSecret []byte33 session *ClientSessionState34 finishedBytes []byte[all …]