Searched defs:clientHandshakeState (Results 1 – 1 of 1) sorted by relevance
24 type clientHandshakeState struct { struct25 c *Conn26 serverHello *serverHelloMsg27 hello *clientHelloMsg28 suite *cipherSuite29 finishedHash finishedHash30 keyShares map[CurveID]ecdhCurve31 masterSecret []byte32 session *ClientSessionState33 finishedBytes []byte[all …]