Searched refs:ATR (Results 1 – 6 of 6) sorted by relevance
42 * An Answer To Reset (ATR) is a message output by a Smart Card conforming to ISO/IEC 781643 * standards, following electrical reset of the card's chip. The ATR conveys information about
100 uint8_t* ATR; in getAtr() local101 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()
106 uint8_t* ATR; in getAtr() local107 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()
115 uint8_t* ATR; in getAtr() local116 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()
40 * doesn't support ATR.
348 * An Answer To Reset (ATR) is a message output by a Smart Card conforming to ISO/IEC 7816349 * standards, following electrical reset of the card's chip. The ATR conveys information about