Home
last modified time | relevance | path

Searched defs:clientHandshakeState (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go23 type clientHandshakeState struct { struct
24 c *Conn
25 serverHello *serverHelloMsg
26 hello *clientHelloMsg
27 suite *cipherSuite
28 finishedHash finishedHash
29 masterSecret []byte
30 session *ClientSessionState
31 finishedBytes []byte
362 func (hs *clientHandshakeState) doFullHandshake() error {
[all …]