Searched refs:lastCmdTpduSent (Results 1 – 2 of 2) sorted by relevance
/hardware/st/secure_element/ese-spi-driver/ |
D | T1protocol.cc | 292 int T1protocol_checkSBlockResponseConsistency(Tpdu* lastCmdTpduSent, in T1protocol_checkSBlockResponseConsistency() argument 297 if ((lastCmdTpduSent->pcb == (uint8_t)SBLOCK_WTX_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency() 298 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_ABORT_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency() 299 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_IFS_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency() 300 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_RESYNCH_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency() 301 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_SWRESET_REQUEST_MASK)) { in T1protocol_checkSBlockResponseConsistency() 305 expectedPcbResponse = lastCmdTpduSent->pcb | 0b00100000; in T1protocol_checkSBlockResponseConsistency() 329 int T1protocol_checkTpduConsistency(Tpdu* lastCmdTpduSent, in T1protocol_checkTpduConsistency() argument 354 if (T1protocol_checkSBlockResponseConsistency(lastCmdTpduSent, in T1protocol_checkTpduConsistency() 579 int T1protocol_processSBlock(Tpdu* originalCmdTpdu, Tpdu* lastCmdTpduSent, in T1protocol_processSBlock() argument [all …]
|
D | T1protocol.h | 144 int T1protocol_checkSBlockResponseConsistency(Tpdu *lastCmdTpduSent, 157 int T1protocol_checkTpduConsistency(Tpdu *lastCmdTpduSent, 230 int T1protocol_processSBlock(Tpdu *originalCmdTpdu, Tpdu *lastCmdTpduSent, 282 int T1protocol_doResendRequest(Tpdu *lastCmdTpduSent, 348 int T1protocol_handleTpduResponse(Tpdu *originalCmdTpdu, Tpdu *lastCmdTpduSent,
|