type crypto/tls.newSessionTicketMsg

6 uses

	crypto/tls (current package)
		conn.go#L1037: 			m = new(newSessionTicketMsg)
		handshake_client.go#L784: 	sessionTicketMsg, ok := msg.(*newSessionTicketMsg)
		handshake_messages.go#L1751: type newSessionTicketMsg struct {
		handshake_messages.go#L1756: func (m *newSessionTicketMsg) marshal() (x []byte) {
		handshake_messages.go#L1778: func (m *newSessionTicketMsg) unmarshal(data []byte) bool {
		handshake_server.go#L715: 	m := new(newSessionTicketMsg)