Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/1.0/
DSecureElement.h44 #ifndef MIN_APDU_LENGTH
45 #define MIN_APDU_LENGTH 0x04 macro
DSecureElement.cpp102 if (cmdApdu.len >= MIN_APDU_LENGTH) { in transmit()
/hardware/st/secure_element/1.0/
DSecureElement.h43 #ifndef MIN_APDU_LENGTH
44 #define MIN_APDU_LENGTH 0x04 macro
DSecureElement.cpp121 if (cmdApdu.len >= MIN_APDU_LENGTH) { in transmit()
/hardware/nxp/secure_element/1.1/
DSecureElement.h47 #ifndef MIN_APDU_LENGTH
48 #define MIN_APDU_LENGTH 0x04 macro
DSecureElement.cpp143 if (cmdApdu.len >= MIN_APDU_LENGTH) { in transmit()
/hardware/st/secure_element/1.1/
DSecureElement.h48 #ifndef MIN_APDU_LENGTH
49 #define MIN_APDU_LENGTH 0x04 macro
DSecureElement.cpp131 if (cmdApdu.len >= MIN_APDU_LENGTH) { in transmit()
/hardware/st/secure_element/1.2/
DSecureElement.h48 #ifndef MIN_APDU_LENGTH
49 #define MIN_APDU_LENGTH 0x04 macro
DSecureElement.cpp131 if (cmdApdu.len >= MIN_APDU_LENGTH) { in transmit()