Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_client.go29 type clientHandshakeState struct { struct
30 c *Conn
31 serverHello *serverHelloMsg
32 hello *clientHelloMsg
33 innerHello *clientHelloMsg
34 echHPKEContext *hpke.Context
35 suite *cipherSuite
36 finishedHash finishedHash
37 keyShares map[CurveID]kemImplementation
38 masterSecret []byte
[all …]
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_client.go29 type clientHandshakeState struct { struct
30 c *Conn
31 serverHello *serverHelloMsg
32 hello *clientHelloMsg
33 innerHello *clientHelloMsg
34 echHPKEContext *hpke.Context
35 suite *cipherSuite
36 finishedHash finishedHash
37 keyShares map[CurveID]kemImplementation
38 masterSecret []byte
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_client.go30 type clientHandshakeState struct { struct
31 c *Conn
32 ctx context.Context
33 serverHello *serverHelloMsg
34 hello *clientHelloMsg
35 suite *cipherSuite
36 finishedHash finishedHash
37 masterSecret []byte
38 session *SessionState // the session being resumed
39 ticket []byte // a fresh ticket received during this handshake
[all …]