Searched defs:clientHandshakeStateTLS13 (Results 1 – 1 of 1) sorted by relevance
21 type clientHandshakeStateTLS13 struct { struct22 c *Conn23 ctx context.Context24 serverHello *serverHelloMsg25 hello *clientHelloMsg26 keyShareKeys *keySharePrivateKeys28 session *SessionState29 earlySecret []byte30 binderKey []byte32 certReq *certificateRequestMsgTLS13[all …]