cas_jwt.h
来自「EMU_FTAbox_ref441328_code_source ali m33」· C头文件 代码 · 共 47 行
H
47 行
/****************************************************************************
*
* ALi
*
* File: cas_jwt.h
*
* Description:
*
* History:
* Date Author Version Comment
* ==== ====== ======= =======
*
*
****************************************************************************/
typedef struct _jwt_smc_info
{
//file 0012
UINT8 service_type[16];
UINT8 ca_system_name[16];
//file 0013
UINT8 smartcard_id[6];
UINT8 ca_system_id[6];
UINT8 effect_time[6];
UINT8 maturity_rating[6];
} jwt_smc_info_t;
typedef struct _jwt_ecm
{
UINT8 cas_id[4];
UINT8 o_ac[4];
UINT8 o_cw[8];
UINT8 e_ac[4];
UINT8 e_cw[8];
} jwt_ecm_t;
typedef struct _jwt_emm
{
UINT8 group_id[3];
UINT8 cas_id[4];
UINT8 sk[16];
UINT8 date[6];
UINT8 user_number[2]; //total_user_number_of_group
} jwt_emm_t;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?