Home
last modified time | relevance | path

Searched refs:sFrameInfo (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp1558 sFrameInfo_t sFrameInfo; in TransceiveProcess() local
1559 memset(&sFrameInfo, 0, sizeof(sFrameInfo_t)); in TransceiveProcess()
1581 sFrameInfo.sFrameType = RESYNCH_REQ; in TransceiveProcess()
1582 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()
1585 sFrameInfo.sFrameType = INTF_RESET_REQ; in TransceiveProcess()
1586 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()
1589 sFrameInfo.sFrameType = IFS_REQ; in TransceiveProcess()
1590 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()
1593 sFrameInfo.sFrameType = PROP_END_APDU_REQ; in TransceiveProcess()
1594 sFrameInfo.len = in TransceiveProcess()
[all …]
DphNxpEseProto7816_3.h156 typedef struct sFrameInfo { struct
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp992 sFrameInfo_t sFrameInfo; in TransceiveProcess() local
1011 sFrameInfo.sFrameType = RESYNCH_REQ; in TransceiveProcess()
1012 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()
1015 sFrameInfo.sFrameType = INTF_RESET_REQ; in TransceiveProcess()
1016 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()
1019 sFrameInfo.sFrameType = PROP_END_APDU_REQ; in TransceiveProcess()
1020 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()
1023 sFrameInfo.sFrameType = WTX_RSP; in TransceiveProcess()
1024 status = phNxpEseProto7816_SendSFrame(sFrameInfo); in TransceiveProcess()
DphNxpEseProto7816_3.h139 typedef struct sFrameInfo { struct