crypto/tls.Config.WrapSession (field)

7 uses

	crypto/tls (current package)
		common.go#L759: 	WrapSession func(ConnectionState, *SessionState) ([]byte, error)
		common.go#L974: 		WrapSession:                         c.WrapSession,
		handshake_server.go#L883: 	if c.config.WrapSession != nil {
		handshake_server.go#L885: 		m.ticket, err = c.config.WrapSession(c.connectionStateLocked(), state)
		handshake_server_tls13.go#L1007: 	if c.config.WrapSession != nil {
		handshake_server_tls13.go#L1009: 		m.label, err = c.config.WrapSession(c.connectionStateLocked(), state)