Home
last modified time | relevance | path

Searched refs:le_type (Results 1 – 8 of 8) sorted by relevance

/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEse_Apdu_Api.cpp58 } else if (0 < pCmd->le_type && NULL == pRsp->pdata) { in phNxpEse_7816_Transceive()
142 __FUNCTION__, pCmd->lc, pCmd->le_type); in phNxpEse_7816_FrameCmd()
164 if (pCmd->le_type > 0) { in phNxpEse_7816_FrameCmd()
165 if (pCmd->le_type == 1) { in phNxpEse_7816_FrameCmd()
168 } else if ((pCmd->le_type == 2 || pCmd->le_type == 3)) { in phNxpEse_7816_FrameCmd()
170 if ((pCmd->le_type == 3) && (lc_len == 0)) { in phNxpEse_7816_FrameCmd()
174 } else if ((pCmd->le_type == 2) && (lc_len != 0)) { in phNxpEse_7816_FrameCmd()
179 ALOGE("%s wrong LE type %d", __FUNCTION__, pCmd->le_type); in phNxpEse_7816_FrameCmd()
180 cmd_total_len += pCmd->le_type; in phNxpEse_7816_FrameCmd()
181 le_len = pCmd->le_type; in phNxpEse_7816_FrameCmd()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/inc/
DphNxpEse_Apdu_Api.h49 uint8_t le_type; /*!< 0 - Le absent ,1 - one byte le,2 - two byte le or 3 - 3 member
/hardware/nxp/secure_element/snxxx/1.0/
DVirtualISO.cpp276 cpdu.le_type = 0x01; in openLogicalChannel()
363 cpdu.le_type = 0x01; in openBasicChannel()
DSecureElement.cpp332 cpdu.le_type = 0x01; in openLogicalChannel()
423 cpdu.le_type = 0x01; in openBasicChannel()
/hardware/nxp/secure_element/snxxx/1.1/
DSecureElement.cpp394 cpdu.le_type = 0x01; in openLogicalChannel()
486 cpdu.le_type = 0x01; in openBasicChannel()
DVirtualISO.cpp337 cpdu.le_type = 0x01; in openLogicalChannel()
424 cpdu.le_type = 0x01; in openBasicChannel()
/hardware/nxp/secure_element/snxxx/1.2/
DVirtualISO.cpp348 cpdu.le_type = 0x01; in openLogicalChannel()
440 cpdu.le_type = 0x01; in openBasicChannel()
DSecureElement.cpp444 cpdu.le_type = 0x01; in openLogicalChannel()
581 cpdu.le_type = 0x01; in openBasicChannel()