| 544 |
|
|
| 545 |
/* CRC checksum? */ |
/* CRC checksum? */ |
| 546 |
if (2 == t1->rc_bytes) |
if (2 == t1->rc_bytes) |
| 547 |
param[1] &= 0x01; |
param[1] |= 0x01; |
| 548 |
|
|
| 549 |
/* the CCID should ignore this bit */ |
/* the CCID should ignore this bit */ |
| 550 |
if (ATR_CONVENTION_INVERSE == convention) |
if (ATR_CONVENTION_INVERSE == convention) |
| 551 |
param[1] &= 0x02; |
param[1] |= 0x02; |
| 552 |
|
|
| 553 |
/* get TC1 Extra guard time */ |
/* get TC1 Extra guard time */ |
| 554 |
if (atr.ib[0][ATR_INTERFACE_BYTE_TC].present) |
if (atr.ib[0][ATR_INTERFACE_BYTE_TC].present) |
| 585 |
param[0] = pps[2]; |
param[0] = pps[2]; |
| 586 |
|
|
| 587 |
if (ATR_CONVENTION_INVERSE == convention) |
if (ATR_CONVENTION_INVERSE == convention) |
| 588 |
param[1] &= 0x02; |
param[1] |= 0x02; |
| 589 |
|
|
| 590 |
/* get TC1 Extra guard time */ |
/* get TC1 Extra guard time */ |
| 591 |
if (atr.ib[0][ATR_INTERFACE_BYTE_TC].present) |
if (atr.ib[0][ATR_INTERFACE_BYTE_TC].present) |