Searched defs:sessionState (Results 1 – 3 of 3) sorted by relevance
22 type sessionState struct { struct23 vers uint1624 cipherSuite uint1625 secret []byte26 handshakeHash []byte28 extendedMasterSecret bool29 earlyALPN []byte32 ticketFlags uint3233 ticketAgeAdd uint3234 hasApplicationSettings bool[all …]
37 sessionState *sessionState member2434 …nder(version uint16, isDTLS bool, clientHello *clientHelloMsg, sessionState *sessionState, binderT… argument
414 Put(sessionID string, session *sessionState)
Completed in 16 milliseconds