Searched refs:tType (Results 1 – 2 of 2) sorted by relevance
/hardware/nxp/secure_element/ls_client/inc/ |
D | LsLib.h | 245 Ls_TagType tType); 391 Lsc_TranscieveInfo_t* pTranscv_Info, Ls_TagType tType); 415 Lsc_TranscieveInfo_t* trans_info, Ls_TagType tType);
|
/hardware/nxp/secure_element/ls_client/src/ |
D | LsLib.cpp | 864 Lsc_TranscieveInfo_t* pTranscv_Info, Ls_TagType tType) { in LSC_SendtoLsc() argument 887 status = LSC_ProcessResp(Os_info, rspApdu.len, pTranscv_Info, tType); in LSC_SendtoLsc() 966 Lsc_TranscieveInfo_t* trans_info, Ls_TagType tType) { in LSC_ProcessResp() argument 995 status = Write_Response_To_OutFile(image_info, RecvData, recvlen, tType); in LSC_ProcessResp() 997 status = Write_Response_To_OutFile(image_info, RecvData, recvlen, tType); in LSC_ProcessResp() 1017 Write_Response_To_OutFile(image_info, RecvData, recvlen, tType); in LSC_ProcessResp() 1365 Ls_TagType tType) { in Write_Response_To_OutFile() argument 1370 if ((image_info->bytes_wrote == 0x55) || (tType == LS_Default)) { in Write_Response_To_OutFile() 1376 if (tType == LS_Cert) { in Write_Response_To_OutFile() 1450 if (tType == LS_Cert) { in Write_Response_To_OutFile() [all …]
|