type crypto/tls.ClientSessionState

11 uses

	crypto/tls (current package)
		common.go#L363: 	Get(sessionKey string) (session *ClientSessionState, ok bool)
		common.go#L369: 	Put(sessionKey string, cs *ClientSessionState)
		common.go#L1450: 	state      *ClientSessionState
		common.go#L1471: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
		common.go#L1504: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
		handshake_client.go#L920: 	cs := &ClientSessionState{ticket: hs.ticket, session: session}
		handshake_client_tls13.go#L765: 	cs := &ClientSessionState{ticket: msg.label, session: session}
		ticket.go#L398: type ClientSessionState struct {
		ticket.go#L408: func (cs *ClientSessionState) ResumptionState() (ticket []byte, state *SessionState, err error) {
		ticket.go#L417: func NewResumptionState(ticket []byte, state *SessionState) (*ClientSessionState, error) {
		ticket.go#L418: 	return &ClientSessionState{