Home
last modified time | relevance | path

Searched refs:IBlock (Results 1 – 3 of 3) sorted by relevance

/hardware/st/secure_element/ese-spi-driver/
DT1protocol.cc60 case IBlock: in T1protocol_getValidPcb()
142 case IBlock: in T1protocol_checkResponsePcbConsistency()
189 case IBlock: in T1protocol_checkResponseLenConsistency()
247 case IBlock: in T1protocol_checkResponseSeqNumberConsistency()
440 if (type == IBlock) { in T1protocol_processIBlock()
644 case IBlock: in T1protocol_isSequenceNumberOk()
994 case IBlock: in T1protocol_handleTpduResponse()
1042 T1protocol_getValidPcb(IBlock, ErrorFree, SEQ_NUM_MASTER, in T1protocol_formCommandTpduToSend()
1219 if ((type == IBlock) && (DataMgmt_GetData(&pRes.len, &pRes.p_data) != 0)) { in T1protocol_transcieveApduPart()
/hardware/st/secure_element/ese-spi-driver/utils-lib/
DTpdu.h54 typedef enum { IBlock, RBlock, SBlock } TpduType; enumerator
DTpdu.cc223 return IBlock; in Tpdu_getType()