summaryrefslogtreecommitdiff
path: root/hdcp.h
blob: 21302ec8d9bd510c6779ca2feda1086fbb792489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _HDCP_H_
#define _HDCP_H_

#define HDCP_AKE_INIT 2
#define HDCP_AKE_SEND_CERT 3
#define HDCP_AKE_NO_STORED_KM 4
#define HDCP_AKE_STORED_KM 5
#define HDCP_AKE_SEND_RRX 6
#define HDCP_AKE_SEND_H_PRIME 7
#define HDCP_AKE_SEND_PAIRING_INFO 8
#define HDCP_LC_INIT 9
#define HDCP_LC_SEND_L_PRIME 10
#define HDCP_SKE_SEND_EKS 11
#define HDCP_REPEATER_AUTH_SEND_RECEIVED_ID_LIST 12
#endif