Home
last modified time | relevance | path

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

/aosp12/hardware/st/secure_element/ese-spi-driver/
H A DT1protocol.cc298 if ((lastCmdTpduSent->pcb == (uint8_t)SBLOCK_WTX_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()
798 int T1protocol_doResendRequest(Tpdu* lastCmdTpduSent, in T1protocol_doResendRequest() argument
805 lastCmdTpduSent); in T1protocol_doResendRequest()
811 result = SpiLayerInterface_transcieveTpdu(lastCmdTpduSent, in T1protocol_doResendRequest()
1131 Tpdu originalCmdTpdu, lastCmdTpduSent, lastRespTpduReceived; in T1protocol_transcieveApduPart() local
1150 Tpdu_copy(&lastCmdTpduSent, &originalCmdTpdu); in T1protocol_transcieveApduPart()
1228 free(lastCmdTpduSent.data); in T1protocol_transcieveApduPart()
[all …]
H A 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,