Searched defs:clientHandshakeState (Results 1 – 1 of 1) sorted by relevance
26 type clientHandshakeState struct { struct27 c *Conn28 serverHello *serverHelloMsg29 hello *clientHelloMsg30 suite *cipherSuite31 finishedHash finishedHash32 keyShares map[CurveID]ecdhCurve33 masterSecret []byte34 session *ClientSessionState35 finishedBytes []byte[all …]