Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/inc/
DLsLib.h243 LSCSTATUS Write_Response_To_OutFile(Lsc_ImageInfo_t* image_info,
414 LSCSTATUS LSC_ProcessResp(Lsc_ImageInfo_t* image_info, int32_t recvlen,
/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp965 LSCSTATUS LSC_ProcessResp(Lsc_ImageInfo_t* image_info, int32_t recvlen, 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()
1010 status = LSC_SendtoEse(image_info, status, trans_info); in LSC_ProcessResp()
1017 Write_Response_To_OutFile(image_info, RecvData, recvlen, tType); in LSC_ProcessResp()
1363 LSCSTATUS Write_Response_To_OutFile(Lsc_ImageInfo_t* image_info, in Write_Response_To_OutFile() argument
1370 if ((image_info->bytes_wrote == 0x55) || (tType == LS_Default)) { in Write_Response_To_OutFile()
1465 status = fprintf(image_info->fResp, "%02X", tagBuffer[tempLen++]); in Write_Response_To_OutFile()
1475 status = fprintf(image_info->fResp, "%02X", RecvData[respLen++]); in Write_Response_To_OutFile()
1483 fprintf(image_info->fResp, "%s\n", ""); in Write_Response_To_OutFile()
[all …]