Searched refs:ATR (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Datrhandler.h34 * and Answer to Reset ATR handling.
58 ATR; member in struct:_SMARTCARD_EXTENSION
71 * Decodes the ATR and fills the structure
H A Datrhandler.c35 * and ATR (Answer-to-Reset) handling.
51 * Uncomment the following for ATR debugging
57 * @brief parse an ATR
60 * @param[in] pucAtr ATR
61 * @param[in] dwLength ATR length
79 LogXxd(PCSC_LOG_DEBUG, "ATR: ", pucAtr, dwLength);
251 psExtension->ATR.HistoryLength = K;
252 memcpy(psExtension->ATR.HistoryValue, &pucAtr[p], K);
263 memcpy(psExtension->ATR.Value, pucAtr, p);
264 psExtension->ATR
[all...]
H A Difdhandler.h293 UCHAR ATR[MAX_ATR_SIZE]; /**< Tag 0x0303 */ member in struct:_ICC_STATE
328 #define TAG_IFD_ATR 0x0303 /**< ATR */
606 Return the ATR and its size (implementation is mandatory).
713 @param[out] Atr Answer to Reset (ATR) of the card\n
715 IFDHGetCapabilities() is called requesting the ATR and its length. The
716 ATR length should not exceed \ref MAX_ATR_SIZE.
717 @param[in,out] AtrLength Length of the ATR\n
721 Memory cards without an ATR should return \ref IFD_SUCCESS on reset but the
H A Difdwrapper.c414 * Get the ATR and it's length
501 * Now lets get the ATR and process it if IFD Handler version 1.0.
531 * of the ATR since most of the drivers return MAX_ATR_SIZE
537 * Might be a memory card without an ATR
542 *pdwAtrLen = sSmartCard.ATR.Length;
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/MacOSX/
H A Difdhandler.h57 UCHAR ATR[MAX_ATR_SIZE]; /**< Tag 0x0303 */ member in struct:_ICC_STATE
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnvisci.c37 #define ATR 0xEF /* Attribute code */ macro
81 * Enumeration for switching code pages if <ATR>+<one of below values>
922 targetByteUnit = ATR<<8;
925 /* now append ATR and language code */
1015 * previous sourceChar's script block write ATR and language codes
1018 temp =(uint16_t)(ATR<<8);
1022 /* now append ATR and language code */
1159 * i) ATR : Attribute code is used to declare the font and script switching.
1205 if (*contextCharToUnicode==ATR) {
1207 /* If we have ATR i
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsysdep.c5043 = {{sizeof (fab_final_pro),ATR$C_FPRO,0,(char*) &fab_final_pro},{0,0,0,0}};

Completed in 95 milliseconds