type crypto/tls.keyUpdateMsg

7 uses

	crypto/tls (current package)
		conn.go#L1072: 		m = new(keyUpdateMsg)
		conn.go#L1220: 	case *keyUpdateMsg:
		conn.go#L1228: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
		conn.go#L1241: 		msg := &keyUpdateMsg{}
		handshake_messages.go#L928: type keyUpdateMsg struct {
		handshake_messages.go#L933: func (m *keyUpdateMsg) marshal() []byte {
		handshake_messages.go#L952: func (m *keyUpdateMsg) unmarshal(data []byte) bool {