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

/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Ddefs.h72 * #define CMD_BUF_SIZE 420
74 * #define CMD_BUF_SIZE 512
78 #define CMD_BUF_SIZE (4+1+256+1) macro
H A Dcommands.c282 unsigned char cmd[11+14+CMD_BUF_SIZE];
298 if (TxLength > 19+CMD_BUF_SIZE) /* command too large? */
300 DEBUG_INFO3("Command too long: %d > %d", TxLength, 19+CMD_BUF_SIZE);
479 unsigned char cmd[11+19+CMD_BUF_SIZE];
498 if (TxLength > 24+CMD_BUF_SIZE) /* command too large? */
500 DEBUG_INFO3("Command too long: %d > %d", TxLength, 24+CMD_BUF_SIZE);
1086 unsigned char cmd[10+CMD_BUF_SIZE]; /* CCID + APDU buffer */
1141 if (tx_length > CMD_BUF_SIZE)
1167 unsigned char cmd[10+CMD_BUF_SIZE]; /* CCID + APDU buffer */
1404 if (local_tx_length > CMD_BUF_SIZE)
[all...]

Completed in 94 milliseconds