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.cpp1409 int32_t tag61Len = 0; in Write_Response_To_OutFile() local
1417 tag61Len = recvlen + 4 + tag43Len; in Write_Response_To_OutFile()
1419 if (tag61Len & 0x80) { in Write_Response_To_OutFile()
1421 tagBuffer[2] = tag61Len; in Write_Response_To_OutFile()
1426 tagBuffer[1] = tag61Len; in Write_Response_To_OutFile()
1434 tag61Len = recvlen + 5 + tag43Len; in Write_Response_To_OutFile()
1437 if ((tag61Len & 0xFF00) != 0) { in Write_Response_To_OutFile()
1439 tagBuffer[2] = (tag61Len & 0xFF00) >> 8; in Write_Response_To_OutFile()
1440 tagBuffer[3] = (tag61Len & 0xFF); in Write_Response_To_OutFile()
1446 tagBuffer[2] = (tag61Len & 0xFF); in Write_Response_To_OutFile()
[all …]