Searched defs:clientHandshakeState (Results 1 – 1 of 1) sorted by relevance
23 type clientHandshakeState struct { struct24 c *Conn25 serverHello *serverHelloMsg26 hello *clientHelloMsg27 suite *cipherSuite28 finishedHash finishedHash29 masterSecret []byte30 session *ClientSessionState31 finishedBytes []byte362 func (hs *clientHandshakeState) doFullHandshake() error {[all …]