Home
last modified time | relevance | path

Searched refs:ESESTATUS_SUCCESS (Results 1 – 10 of 10) sorted by relevance

/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEse_Api.cpp162 ESESTATUS wConfigStatus = ESESTATUS_SUCCESS; in phNxpEse_open()
167 ESESTATUS wSpmStatus = ESESTATUS_SUCCESS; in phNxpEse_open()
218 if (wConfigStatus != ESESTATUS_SUCCESS) { in phNxpEse_open()
228 if (wSpmStatus != ESESTATUS_SUCCESS) { in phNxpEse_open()
234 if (wSpmStatus != ESESTATUS_SUCCESS) { in phNxpEse_open()
241 if (wConfigStatus != ESESTATUS_SUCCESS) { in phNxpEse_open()
249 if (wSpmStatus != ESESTATUS_SUCCESS) { in phNxpEse_open()
276 if (wConfigStatus != ESESTATUS_SUCCESS) { in phNxpEse_open()
283 if (wSpmStatus != ESESTATUS_SUCCESS) { in phNxpEse_open()
305 if (wSpmStatus != ESESTATUS_SUCCESS) { in phNxpEse_open()
[all …]
DphNxpEseDataMgr.cpp52 if (ESESTATUS_SUCCESS != phNxpEse_GetDataFromList(&total_data_len, pbuff)) { in phNxpEse_GetData()
71 return ESESTATUS_SUCCESS; in phNxpEse_GetData()
100 return ESESTATUS_SUCCESS; in phNxpEse_StoreDatainList()
128 return ESESTATUS_SUCCESS; in phNxpEse_GetDataFromList()
140 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_DeletList()
DphNxpEseProto7816_3.cpp67 if (ESESTATUS_SUCCESS != status) { in phNxpEseProto7816_SendRawFrame()
90 if (ESESTATUS_SUCCESS != status) { in phNxpEseProto7816_GetRawFrame()
126 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEseProto7816_CheckLRC()
356 return ESESTATUS_SUCCESS; in phNxpEseProto7816_SetFirstIframeContxt()
404 return ESESTATUS_SUCCESS; in phNxpEseProto7816_SetNextIframeContxt()
422 if (ESESTATUS_SUCCESS != phNxpEse_StoreDatainList(data_len, p_data)) { in phNxpEseProro7816_SaveIframeData()
425 status = ESESTATUS_SUCCESS; in phNxpEseProro7816_SaveIframeData()
442 return ESESTATUS_SUCCESS; in phNxpEseProto7816_ResetRecovery()
469 return ESESTATUS_SUCCESS; in phNxpEseProto7816_RecoverySteps()
566 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEseProto7816_DecodeFrame()
[all …]
/hardware/nxp/secure_element/libese-spi/p73/spm/
DphNxpEse_Spm.cpp59 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_SPM_Init()
80 return ESESTATUS_SUCCESS; in phNxpEse_SPM_DeInit()
96 ESESTATUS wSpmStatus = ESESTATUS_SUCCESS; in phNxpEse_SPM_ConfigPwr()
112 if (wSpmStatus != ESESTATUS_SUCCESS) { in phNxpEse_SPM_ConfigPwr()
133 if (wSpmStatus != ESESTATUS_SUCCESS) { in phNxpEse_SPM_ConfigPwr()
153 if (wSpmStatus != ESESTATUS_SUCCESS) { in phNxpEse_SPM_ConfigPwr()
191 ESESTATUS wSpmStatus = ESESTATUS_SUCCESS; in phNxpEse_SPM_EnablePwr()
200 if (wSpmStatus != ESESTATUS_SUCCESS) { in phNxpEse_SPM_EnablePwr()
231 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_SPM_DisablePwr()
253 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_SPM_SetPwrScheme()
[all …]
/hardware/nxp/nfc/halimpl/common/
DphEseStatus.h47 (((phEseStatus) == (ESESTATUS_SUCCESS)) \
48 ? (ESESTATUS_SUCCESS) \
73 #define ESESTATUS_SUCCESS (0x0000) macro
78 #define ESESTATUS_OK (ESESTATUS_SUCCESS)
/hardware/nxp/secure_element/1.0/
DSecureElement.cpp43 ESESTATUS status = ESESTATUS_SUCCESS; in init()
59 if (status != ESESTATUS_SUCCESS) { in init()
105 if (status != ESESTATUS_SUCCESS) { in transmit()
128 if (status != ESESTATUS_SUCCESS) { in openLogicalChannel()
150 if (status != ESESTATUS_SUCCESS) { in openLogicalChannel()
202 if (status != ESESTATUS_SUCCESS) { in openLogicalChannel()
249 if (status != ESESTATUS_SUCCESS) { in openBasicChannel()
278 if (status != ESESTATUS_SUCCESS) { in openBasicChannel()
349 if (status != ESESTATUS_SUCCESS) { in closeChannel()
389 ESESTATUS status = ESESTATUS_SUCCESS; in seHalInit()
[all …]
/hardware/nxp/secure_element/libese-spi/p73/pal/spi/
DphNxpEsePal_spi.cpp107 return ESESTATUS_SUCCESS; in phNxpEse_spiIoctl()
184 return ESESTATUS_SUCCESS; in phPalEse_spi_open_and_configure()
316 ret = ESESTATUS_SUCCESS; in phPalEse_spi_ioctl()
321 ret = ESESTATUS_SUCCESS; in phPalEse_spi_ioctl()
326 ret = ESESTATUS_SUCCESS; in phPalEse_spi_ioctl()
331 ret = ESESTATUS_SUCCESS; in phPalEse_spi_ioctl()
/hardware/nxp/secure_element/libese-spi/p73/common/
DphEseStatus.h47 (((phEseStatus) == (ESESTATUS_SUCCESS)) \
48 ? (ESESTATUS_SUCCESS) \
59 ESESTATUS_SUCCESS = (0x0000), enumerator
/hardware/nxp/secure_element/ls_client/src/
DLsClient.cpp156 if (status == ESESTATUS_SUCCESS) { in performLSDownload_thread()
158 if (status == ESESTATUS_SUCCESS) { in performLSDownload_thread()
DLsLib.cpp159 if (eseStat != ESESTATUS_SUCCESS && (rspApdu.len < 0x03)) { in LSC_OpenChannel()
234 if (eseStat != ESESTATUS_SUCCESS && (rspApdu.len == 0x00)) { in LSC_SelectLsc()
324 if ((eseStat != ESESTATUS_SUCCESS) && (rspApdu.len == 0x00)) { in LSC_StoreData()
810 if (eseStat != ESESTATUS_SUCCESS) { in LSC_SendtoEse()
878 if (eseStat != ESESTATUS_SUCCESS) { in LSC_SendtoLsc()
930 if (eseStat != ESESTATUS_SUCCESS || rspApdu.len < 2) { in LSC_CloseChannel()