Home
last modified time | relevance | path

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

/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp63 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
87 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
114 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
158 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
183 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
210 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
218 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
234 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
242 ret = device->enroll(device, 400, password_handle, password_handle_length, password_payload, in TEST_F()
/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll() method
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h43 ::android::hardware::Return<void> enroll(
Dtrusty_gatekeeper.cpp64 Return<void> TrustyGateKeeperDevice::enroll(uint32_t uid, in enroll() function in gatekeeper::TrustyGateKeeperDevice
/system/core/gatekeeperd/
Dgatekeeperd.cpp162 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll() function in android::GateKeeperProxy
202 Return<void> hwRes = hw_device->enroll( in enroll()