Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEse_Api.cpp60 phNxpEse_Context_t nxpese_ctxt; variable
77 nxpese_ctxt.nadInfo.nadRx = nadInfoRx_ptr[uEndPoint]; in phNxpEse_SetEndPoint_Cntxt()
78 nxpese_ctxt.nadInfo.nadTx = nadInfoTx_ptr[uEndPoint]; in phNxpEse_SetEndPoint_Cntxt()
79 nxpese_ctxt.endPointInfo = uEndPoint; in phNxpEse_SetEndPoint_Cntxt()
150 nxpese_ctxt.EseLibStatus = ESE_STATUS_OPEN; in phNxpEse_init()
164 nxpese_ctxt.invalidFrame_Rnack_Delay = num; in phNxpEse_init()
168 nxpese_ctxt.invalidFrame_Rnack_Delay = 7000; in phNxpEse_init()
202 nxpese_ctxt.fPtr_WtxNtf = initParams.fPtr_WtxNtf; in phNxpEse_init()
205 (phNxpEseProto7816SecureTimer_t*)&nxpese_ctxt.secureTimerParams; in phNxpEse_init()
209 __FUNCTION__, nxpese_ctxt.secureTimerParams.secureTimer1, in phNxpEse_init()
[all …]
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEse_Api.cpp51 phNxpEse_Context_t nxpese_ctxt; variable
98 nxpese_ctxt.EseLibStatus = ESE_STATUS_OPEN; in phNxpEse_init()
130 (phNxpEseProto7816SecureTimer_t*)&nxpese_ctxt.secureTimerParams; in phNxpEse_init()
134 __FUNCTION__, nxpese_ctxt.secureTimerParams.secureTimer1, in phNxpEse_init()
135 nxpese_ctxt.secureTimerParams.secureTimer2, in phNxpEse_init()
136 nxpese_ctxt.secureTimerParams.secureTimer3); in phNxpEse_init()
173 if (nxpese_ctxt.EseLibStatus != ESE_STATUS_CLOSE) { in phNxpEse_open()
178 phNxpEse_memset(&nxpese_ctxt, 0x00, sizeof(nxpese_ctxt)); in phNxpEse_open()
198 nxpese_ctxt.pwr_scheme = num; in phNxpEse_open()
201 nxpese_ctxt.pwr_scheme = PN67T_POWER_SCHEME; in phNxpEse_open()
[all …]