Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_client_tls13.go21 type clientHandshakeStateTLS13 struct { struct
22 c *Conn
23 ctx context.Context
24 serverHello *serverHelloMsg
25 hello *clientHelloMsg
26 keyShareKeys *keySharePrivateKeys
28 session *SessionState
29 earlySecret []byte
30 binderKey []byte
32 certReq *certificateRequestMsgTLS13
[all …]