Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
Dgatekeeperd.cpp64 hw_device = IGatekeeper::getService(); in GateKeeperProxy()
67 if (hw_device == nullptr) { in GateKeeperProxy()
95 if (hw_device != nullptr) { in clear_state_if_needed()
96 hw_device->deleteAllUsers([](const GatekeeperResponse &){}); in clear_state_if_needed()
150 CHECK(hw_device != nullptr); in adjust_uid()
177 if (hw_device != nullptr) { in enroll()
201 Return<void> hwRes = hw_device->enroll(hw_uid, curPwdHandle, curPwd, newPwd, in enroll()
281 if (hw_device != nullptr) { in verifyChallenge()
294 Return<void> hwRes = hw_device->verify(hw_uid, challenge, curPwdHandle, enteredPwd, in verifyChallenge()
375 if (hw_device != nullptr) { in clearSecureUserId()
[all …]
/system/core/trusty/gatekeeper/
Dmodule.cpp36 *device = gatekeeper->hw_device(); in trusty_gatekeeper_open()
Dtrusty_gatekeeper.h33 hw_device_t* hw_device();
Dtrusty_gatekeeper.cpp69 hw_device_t* TrustyGateKeeperDevice::hw_device() { in hw_device() function in gatekeeper::TrustyGateKeeperDevice
/system/core/trusty/keymaster/legacy/
Dmodule.cpp39 *device = dev->hw_device(); in trusty_keymaster_open()
Dtrusty_keymaster_device.cpp637 hw_device_t* TrustyKeymasterDevice::hw_device() { in hw_device() function in keymaster::TrustyKeymasterDevice
/system/core/trusty/keymaster/include/trusty_keymaster/legacy/
Dtrusty_keymaster_device.h41 __attribute__((visibility("default"))) hw_device_t* hw_device();
/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h71 hw_device_t* hw_device();
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp332 hw_device_t* SoftKeymasterDevice::hw_device() { in hw_device() function in keymaster::SoftKeymasterDevice
/system/keymaster/tests/
Dandroid_keymaster_test.cpp4266 good_fake_wrapper->keymaster_device()->common.close(good_fake_wrapper->hw_device()); in TEST()
4280 sha256_only_fake_wrapper->hw_device()); in TEST()