Home
last modified time | relevance | path

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

/hardware/interfaces/radio/config/1.0/
Dtypes.hal42 * An Answer To Reset (ATR) is a message output by a Smart Card conforming to ISO/IEC 7816
43 * standards, following electrical reset of the card's chip. The ATR conveys information about
/hardware/st/secure_element/1.0/
DSecureElement.cpp100 uint8_t* ATR; in getAtr() local
101 ATR = StEse_getAtr(); in getAtr()
102 if (ATR != nullptr) { in getAtr()
103 uint8_t len = *ATR; in getAtr()
106 memcpy(&response[0], ATR, len); in getAtr()
/hardware/st/secure_element/1.1/
DSecureElement.cpp106 uint8_t* ATR; in getAtr() local
107 ATR = StEse_getAtr(); in getAtr()
108 if (ATR != nullptr) { in getAtr()
109 uint8_t len = *ATR; in getAtr()
112 memcpy(&response[0], ATR, len); in getAtr()
/hardware/st/secure_element/1.2/
DSecureElement.cpp115 uint8_t* ATR; in getAtr() local
116 ATR = StEse_getAtr(); in getAtr()
117 if (ATR != nullptr) { in getAtr()
118 uint8_t len = *ATR; in getAtr()
121 memcpy(&response[0], ATR, len); in getAtr()
/hardware/interfaces/secure_element/1.0/
DISecureElement.hal40 * doesn't support ATR.
/hardware/interfaces/radio/1.2/
Dtypes.hal348 * An Answer To Reset (ATR) is a message output by a Smart Card conforming to ISO/IEC 7816
349 * standards, following electrical reset of the card's chip. The ATR conveys information about