123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /*
- * Copyright (c) 2020 MediaTek Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
- #ifndef __DP_HDCP_CMD_H__
- #define __DP_HDCP_CMD_H__
- #define CMD_DEVICE_ADDED 1
- #define CMD_DEVICE_REMOVE 2
- #define CMD_WRITE_VAL 3
- #define CMD_DEVICE_CLEAN 4
- #define CMD_ENABLE_ENCRYPT 5
- //V1.3
- #define CMD_CALCULATE_LM 11
- #define CMD_COMPARE_R0 12
- #define CMD_COMPARE_V1 13
- #define CMD_GET_AKSV 14
- //V2.2
- #define CMD_AKE_CERTIFICATE 20
- #define CMD_ENC_KM 21
- #define CMD_AKE_H_PRIME 22
- #define CMD_AKE_PARING 23
- #define CMD_LC_L_PRIME 24
- #define CMD_COMPARE_L 25
- #define CMD_SKE_CAL_EKS 26
- #define CMD_COMPARE_V2 27
- #define CMD_COMPARE_M 28
- //need remove in furture
- #define CMD_LOAD_KEY 50
- #endif //__DP_HDCP_CMD_H__
|