github.com/refraction-networking/utls.Config.UnwrapSession (field)

7 uses

	github.com/refraction-networking/utls (current package)
		common.go#L786: 	UnwrapSession func(identity []byte, cs ConnectionState) (*SessionState, error)
		common.go#L1007: 		UnwrapSession:                       c.UnwrapSession,
		handshake_server.go#L459: 	if c.config.UnwrapSession != nil {
		handshake_server.go#L460: 		ss, err := c.config.UnwrapSession(hs.clientHello.sessionTicket, c.connectionStateLocked())
		handshake_server_tls13.go#L362: 		if c.config.UnwrapSession != nil {
		handshake_server_tls13.go#L364: 			sessionState, err = c.config.UnwrapSession(identity.label, c.connectionStateLocked())