Home
last modified time | relevance | path

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

/hardware/st/secure_element/ese-spi-driver/
DT1protocol.cc511 NAD_HOST_TO_SLAVE, in T1protocol_sendRBlock()
548 responseTpdu->nad = NAD_HOST_TO_SLAVE; in T1protocol_formSblockResponse()
760 int result = Tpdu_formTpdu(NAD_HOST_TO_SLAVE, SBLOCK_WTX_RESPONSE_MASK, 0, in T1protocol_doWTXResponse()
803 NAD_HOST_TO_SLAVE, in T1protocol_doResendRequest()
840 int result = Tpdu_formTpdu(NAD_HOST_TO_SLAVE, SBLOCK_RESYNCH_REQUEST_MASK, 0, in T1protocol_doResyncRequest()
878 int result = Tpdu_formTpdu(NAD_HOST_TO_SLAVE, SBLOCK_SWRESET_REQUEST_MASK, 0, in T1protocol_doSoftReset()
1032 NAD_HOST_TO_SLAVE, in T1protocol_formCommandTpduToSend()
1041 if (Tpdu_formTpdu(NAD_HOST_TO_SLAVE, in T1protocol_formCommandTpduToSend()
1071 int result = Tpdu_formTpdu(NAD_HOST_TO_SLAVE, SBLOCK_IFS_REQUEST_MASK, 1, in T1protocol_doRequestIFS()
DSpiLayerComm.h25 #define NAD_HOST_TO_SLAVE 0x21 macro