Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/p73/inc/
DphNxpEse_Api.h446 ESESTATUS phNxpEse_doResetProtection(bool flag);
/hardware/nxp/secure_element/snxxx/1.2/OsuHal/src/
DOsuHalExtn.cpp104 if (phNxpEse_doResetProtection(false) != ESESTATUS_SUCCESS) { in isOsuMode()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEse_Api.cpp188 if (phNxpEse_doResetProtection(true)) { in phNxpEse_init()
1060 ESESTATUS phNxpEse_doResetProtection(bool flag) { in phNxpEse_doResetProtection() function
1093 phNxpEse_doResetProtection(false); in phNxpEse_deInit()
/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.cpp547 if (phNxpEse_doResetProtection(true) != ESESTATUS_SUCCESS) { in openBasicChannel()