Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp171 Os_info->Channel_Info[cnt].channel_id = rspApdu.p_data[rspApdu.len - 3]; in LSC_OpenChannel()
222 cmdApdu.p_data[0] = Os_info->Channel_Info[0].channel_id; in LSC_SelectLsc()
314 cmdApdu.p_data[xx++] = STORE_DATA_CLA | (Os_info->Channel_Info[0].channel_id); in LSC_StoreData()
789 if (Os_info->Channel_Info[cnt].channel_id == in LSC_SendtoEse()
792 Os_info->Channel_Info[cnt].channel_id); in LSC_SendtoEse()
819 Os_info->Channel_Info[cnt].channel_id = rspApdu.p_data[rspApdu.len - 3]; in LSC_SendtoEse()
864 pTranscv_Info->sSendData[0] = (0x80 | Os_info->Channel_Info[0].channel_id); in LSC_SendtoLsc()
922 cmdApdu.p_data[xx++] = Os_info->Channel_Info[cnt].channel_id; in LSC_CloseChannel()
925 cmdApdu.p_data[xx++] = Os_info->Channel_Info[cnt].channel_id; in LSC_CloseChannel()
936 Os_info->Channel_Info[cnt].channel_id); in LSC_CloseChannel()
[all …]
/hardware/nxp/secure_element/ls_client/inc/
DLsLib.h27 uint8_t channel_id; member