Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
Dgatekeeperd.cpp68 hw_device = IGatekeeper::getService(); in GateKeeperProxy()
71 if (!hw_device) { in GateKeeperProxy()
98 if (hw_device) { in clear_state_if_needed()
99 hw_device->deleteAllUsers([](const GatekeeperResponse &){}); in clear_state_if_needed()
153 CHECK(hw_device != nullptr); in adjust_uid()
179 if (!hw_device) { in enroll()
202 Return<void> hwRes = hw_device->enroll( in enroll()
262 if (!hw_device) return GK_ERROR; in verifyChallenge()
280 Return<void> hwRes = hw_device->verify( in verifyChallenge()
339 if (hw_device) { in clearSecureUserId()
[all …]
/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()