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

/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Difdhandler.c1240 PCSC_TLV_STRUCTURE *pcsc_tlv = (PCSC_TLV_STRUCTURE *)RxBuffer; local
1250 pcsc_tlv -> tag = FEATURE_VERIFY_PIN_DIRECT;
1251 pcsc_tlv -> length = 0x04; /* always 0x04 */
1252 pcsc_tlv -> value = htonl(IOCTL_FEATURE_VERIFY_PIN_DIRECT);
1254 pcsc_tlv++;
1261 pcsc_tlv -> tag = FEATURE_MODIFY_PIN_DIRECT;
1262 pcsc_tlv -> length = 0x04; /* always 0x04 */
1263 pcsc_tlv -> value = htonl(IOCTL_FEATURE_MODIFY_PIN_DIRECT);
1265 pcsc_tlv++;
1271 pcsc_tlv
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/examples/
H A Dscardcontrol.c88 PCSC_TLV_STRUCTURE *pcsc_tlv; local
226 pcsc_tlv = (PCSC_TLV_STRUCTURE *)bRecvBuffer;
229 switch (pcsc_tlv[i].tag)
233 verify_ioctl = ntohl(pcsc_tlv[i].value);
237 modify_ioctl = ntohl(pcsc_tlv[i].value);
241 pin_properties_ioctl = ntohl(pcsc_tlv[i].value);
245 mct_readerdirect_ioctl = ntohl(pcsc_tlv[i].value);
248 printf("Can't parse tag: 0x%02X\n", pcsc_tlv[i].tag);

Completed in 123 milliseconds