/system/gatekeeper/tests/ |
D | gatekeeper_device_test.cpp | 63 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/ |
D | IGateKeeperService.aidl | 42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll() method
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.h | 43 ::android::hardware::Return<void> enroll(
|
D | trusty_gatekeeper.cpp | 64 Return<void> TrustyGateKeeperDevice::enroll(uint32_t uid, in enroll() function in gatekeeper::TrustyGateKeeperDevice
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 162 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()
|