Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp1386 int32_t tag61Len = 0; in Write_Response_To_OutFile() local
1394 tag61Len = recvlen + 4 + tag43Len; in Write_Response_To_OutFile()
1396 if (tag61Len & 0x80) { in Write_Response_To_OutFile()
1398 tagBuffer[2] = tag61Len; in Write_Response_To_OutFile()
1403 tagBuffer[1] = tag61Len; in Write_Response_To_OutFile()
1411 tag61Len = recvlen + 5 + tag43Len; in Write_Response_To_OutFile()
1414 if ((tag61Len & 0xFF00) != 0) { in Write_Response_To_OutFile()
1416 tagBuffer[2] = (tag61Len & 0xFF00) >> 8; in Write_Response_To_OutFile()
1417 tagBuffer[3] = (tag61Len & 0xFF); in Write_Response_To_OutFile()
1423 tagBuffer[2] = (tag61Len & 0xFF); in Write_Response_To_OutFile()
[all …]