⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cas_jwt.h

📁 EMU_FTAbox_ref441328_code_source ali m3327
💻 H
字号:
/****************************************************************************
*
*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -