Home
last modified time | relevance | path

Searched refs:lastCmdTpduSent (Results 1 – 2 of 2) sorted by relevance

/hardware/st/secure_element/ese-spi-driver/
DT1protocol.cc293 int T1protocol_checkSBlockResponseConsistency(Tpdu* lastCmdTpduSent, in T1protocol_checkSBlockResponseConsistency() argument
298 if ((lastCmdTpduSent->pcb == (uint8_t)SBLOCK_WTX_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency()
299 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_ABORT_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency()
300 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_IFS_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency()
301 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_RESYNCH_REQUEST_MASK) || in T1protocol_checkSBlockResponseConsistency()
302 (lastCmdTpduSent->pcb == (uint8_t)SBLOCK_SWRESET_REQUEST_MASK)) { in T1protocol_checkSBlockResponseConsistency()
306 expectedPcbResponse = lastCmdTpduSent->pcb | 0b00100000; in T1protocol_checkSBlockResponseConsistency()
330 int T1protocol_checkTpduConsistency(Tpdu* lastCmdTpduSent, in T1protocol_checkTpduConsistency() argument
355 if (T1protocol_checkSBlockResponseConsistency(lastCmdTpduSent, in T1protocol_checkTpduConsistency()
585 __attribute((unused)) Tpdu* lastCmdTpduSent, in T1protocol_processSBlock()
[all …]
DT1protocol.h144 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,