Searched defs:SessionState (Results 1 – 6 of 6) sorted by relevance
21 type SessionState struct { struct73 Extra [][]byte78 EarlyData bool80 version uint1681 isClient bool82 cipherSuite uint1686 createdAt uint64 // seconds since UNIX epoch87 secret []byte // master secret for TLS 1.2, or the PSK for TLS 1.388 extMasterSecret bool89 peerCertificates []*x509.Certificate[all …]
140 SessionState *SessionState member417 func (c *Conn) quicResumeSession(session *SessionState) error {431 func (c *Conn) quicStoreSession(session *SessionState) {
95 WTSSBX_SESSION_STATE SessionState; member
341 #define ITAgentSession_put_State(This,SessionState) (This)->lpVtbl->put_State(This,SessionState) argument
460 #define ITAgentSession_put_State(This,SessionState) (This)->lpVtbl->put_State(This,SessionState) argument
4078 IO_SESSION_STATE SessionState; member