type crypto/tls.endOfEarlyDataMsg

4 uses

	crypto/tls (current package)
		conn.go#L1070: 		m = new(endOfEarlyDataMsg)
		handshake_messages.go#L916: type endOfEarlyDataMsg struct{}
		handshake_messages.go#L918: func (m *endOfEarlyDataMsg) marshal() []byte {
		handshake_messages.go#L924: func (m *endOfEarlyDataMsg) unmarshal(data []byte) bool {