Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/pn8x/ls_client/inc/
DLsLib.h50 int bytes_wrote; member
/hardware/nxp/secure_element/pn8x/ls_client/src/
DLsLib.cpp101 update_info.bytes_wrote = 0xAA; in LSC_update_seq_handler()
103 update_info.bytes_wrote = 0x55; in LSC_update_seq_handler()
391 if (Os_info->bytes_wrote == 0xAA) { in LSC_loadapplet()
535 if (Os_info->bytes_wrote == 0xAA) { in LSC_loadapplet()
544 if (Os_info->bytes_wrote == 0xAA) { in LSC_loadapplet()
1370 if ((image_info->bytes_wrote == 0x55) || (tType == LS_Default)) { in Write_Response_To_OutFile()