Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_server_tls13.go27 type serverHandshakeStateTLS13 struct { struct
28 c *Conn
29 ctx context.Context
30 clientHello *clientHelloMsg
31 hello *serverHelloMsg
32 sentDummyCCS bool
33 usingPSK bool
34 earlyData bool
35 suite *cipherSuiteTLS13
36 cert *Certificate
[all …]