Home
last modified time | relevance | path

Searched refs:Channel_Info (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/secure_element/pn8x/ls_client/src/
DLsLib.cpp125 update_info.Channel_Info[update_info.channel_cnt - 1].isOpend) { in LSC_update_seq_handler()
127 update_info.Channel_Info[update_info.channel_cnt - 1].channel_id; in LSC_update_seq_handler()
178 Os_info->Channel_Info[cnt].channel_id = rspApdu.p_data[rspApdu.len - 3]; in LSC_OpenChannel()
179 Os_info->Channel_Info[cnt].isOpend = true; in LSC_OpenChannel()
283 cmdApdu.p_data[0] = Os_info->Channel_Info[0].channel_id; in LSC_SelectLsc()
344 cmdApdu.p_data[xx++] = STORE_DATA_CLA | (Os_info->Channel_Info[0].channel_id); in LSC_StoreData()
793 if (Os_info->Channel_Info[cnt].channel_id == in LSC_SendtoEse()
796 Os_info->Channel_Info[cnt].channel_id); in LSC_SendtoEse()
797 Os_info->Channel_Info[cnt].isOpend = false; in LSC_SendtoEse()
823 Os_info->Channel_Info[cnt].channel_id = rspApdu.p_data[rspApdu.len - 3]; in LSC_SendtoEse()
[all …]
/hardware/nxp/secure_element/pn8x/ls_client/inc/
DLsLib.h51 Lsc_ChannelInfo_t Channel_Info[10]; member