Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/OsuHal/src/
DOsuHalExtn.cpp216 (isJcopOSUMode && (length == ISO7816_SHORT_APDU_HEADER && in checkTransmit()
230 if (length > ISO7816_SHORT_APDU_HEADER) { in checkTransmit()
231 *outLength = length - ISO7816_SHORT_APDU_HEADER; in checkTransmit()
232 std::copy(data.begin() + ISO7816_SHORT_APDU_HEADER, data.end(), input); in checkTransmit()
/hardware/nxp/secure_element/snxxx/OsuHal/inc/
DOsuHalExtn.h37 #define ISO7816_SHORT_APDU_HEADER 5 macro