type crypto/tls.ClientSessionState
12 uses
	crypto/tls (current package)
		common.go#L370: 	Get(sessionKey string) (session *ClientSessionState, ok bool)
		common.go#L376: 	Put(sessionKey string, cs *ClientSessionState)
		common.go#L1539: 	state      *ClientSessionState
		common.go#L1560: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
		common.go#L1593: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
		handshake_client.go#L1030: 	cs := &ClientSessionState{session: session}
		handshake_client_tls13.go#L907: 	cs := &ClientSessionState{session: session}
		quic.go#L331: 	cs := &ClientSessionState{session: session}
		ticket.go#L399: type ClientSessionState struct {
		ticket.go#L408: func (cs *ClientSessionState) ResumptionState() (ticket []byte, state *SessionState, err error) {
		ticket.go#L420: func NewResumptionState(ticket []byte, state *SessionState) (*ClientSessionState, error) {
		ticket.go#L422: 	return &ClientSessionState{
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |