type crypto/tls.ClientSessionState

12 uses

	crypto/tls (current package)
		common.go#L394: 	Get(sessionKey string) (session *ClientSessionState, ok bool)
		common.go#L400: 	Put(sessionKey string, cs *ClientSessionState)
		common.go#L1672: 	state      *ClientSessionState
		common.go#L1693: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
		common.go#L1726: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
		handshake_client.go#L1058: 	cs := &ClientSessionState{session: session}
		handshake_client_tls13.go#L881: 	cs := &ClientSessionState{session: session}
		quic.go#L354: 	cs := &ClientSessionState{session: session}
		ticket.go#L404: type ClientSessionState struct {
		ticket.go#L413: func (cs *ClientSessionState) ResumptionState() (ticket []byte, state *SessionState, err error) {
		ticket.go#L425: func NewResumptionState(ticket []byte, state *SessionState) (*ClientSessionState, error) {
		ticket.go#L427: 	return &ClientSessionState{