Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/OsuHal/src/
DOsuHalExtn.cpp42 OsuHalExtn::OsuApduMode OsuHalExtn::isOsuMode(const std::vector<uint8_t>& evt, in isOsuMode() function in OsuHalExtn
57 } else if (isOsuMode()) { in isOsuMode()
67 if (isOsuMode()) { in isOsuMode()
96 bool OsuHalExtn::isOsuMode(uint8_t type, uint8_t channel) { in isOsuMode() function in OsuHalExtn
112 if (channel == ISO7816_BASIC_CHANNEL && isOsuMode()) { in isOsuMode()
122 return isOsuMode(); in isOsuMode()
186 bool OsuHalExtn::isOsuMode() { return (isAppOSUMode || isJcopOSUMode); } in isOsuMode() function in OsuHalExtn
/hardware/nxp/secure_element/snxxx/OsuHal/inc/
DOsuHalExtn.h40 #define IS_OSU_MODE(...) (OsuHalExtn::getInstance().isOsuMode(__VA_ARGS__))
63 OsuApduMode isOsuMode(const std::vector<uint8_t>& evt, uint8_t type,
65 bool isOsuMode(uint8_t type, uint8_t channel = 0xFF);
77 bool isOsuMode();