Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcommon.go306 type ClientSessionState struct { struct
307 … []uint8 // Session ID supplied by the server. nil if the session has a ticket.
308 …icket []uint8 // Encrypted ticket used for session resumption with server
309 vers uint16 // SSL/TLS version negotiated for the session
310 wireVersion uint16 // Wire SSL/TLS version negotiated for the session
311 cipherSuite *cipherSuite // Ciphersuite negotiated for the session
312 secret []byte // Secret associated with the session
313 handshakeHash []byte // Handshake hash for Channel ID purposes.
314 serverCertificates []*x509.Certificate // Certificate chain presented by the server
315 serverDelegatedCredential []byte
[all …]
H A Dhandshake_client.go2431 func generatePSKBinders(version uint16, hello *clientHelloMsg, session *ClientSessionState, firstCl…
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcommon.go303 type ClientSessionState struct { struct
304 … []uint8 // Session ID supplied by the server. nil if the session has a ticket.
305 …icket []uint8 // Encrypted ticket used for session resumption with server
306 vers uint16 // SSL/TLS version negotiated for the session
307 wireVersion uint16 // Wire SSL/TLS version negotiated for the session
308 cipherSuite *cipherSuite // Ciphersuite negotiated for the session
309 secret []byte // Secret associated with the session
310 handshakeHash []byte // Handshake hash for Channel ID purposes.
311 serverCertificates []*x509.Certificate // Certificate chain presented by the server
312 serverDelegatedCredential []byte
[all …]
H A Dhandshake_client.go2423 func generatePSKBinders(version uint16, hello *clientHelloMsg, session *ClientSessionState, firstCl…
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dticket.go399 type ClientSessionState struct { struct
400 session *SessionState
408 func (cs *ClientSessionState) ResumptionState() (ticket []byte, state *SessionState, err error) {
Dcommon.go376 Put(sessionKey string, cs *ClientSessionState)