Searched refs:ccid_desc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Difdhandler.c65 static void extra_egt(ATR_t *atr, _ccid_descriptor *ccid_desc, DWORD Protocol);
455 _ccid_descriptor *ccid_desc; local
460 ccid_desc = get_ccid_descriptor(reader_index);
462 if ((0 == ccid_desc -> bInterfaceProtocol)
464 && (3 == ccid_desc -> bNumEndpoints))
471 if ((ICCD_A == ccid_desc->bInterfaceProtocol)
472 || (ICCD_B == ccid_desc->bInterfaceProtocol))
483 _ccid_descriptor *ccid_desc; local
488 ccid_desc = get_ccid_descriptor(reader_index);
489 if ((ICCD_A == ccid_desc
575 _ccid_descriptor *ccid_desc; local
1595 extra_egt(ATR_t *atr, _ccid_descriptor *ccid_desc, DWORD Protocol) argument
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/openct/
H A Dproto-t1.c644 _ccid_descriptor *ccid_desc ; local
650 ccid_desc = get_ccid_descriptor(t1->lun);
651 oldReadTimeout = ccid_desc->readTimeout;
656 ccid_desc->readTimeout *= t1->wtx;
658 ccid_desc->readTimeout);
727 ccid_desc->readTimeout = oldReadTimeout;

Completed in 65 milliseconds