HomeSort by relevance Sort by last modified time
    Searched refs:Enroll (Results 1 - 11 of 11) sorted by null

  /system/core/gatekeeperd/tests/
gatekeeper_test.cpp 42 gatekeeper.Enroll(request, response);
59 gatekeeper.Enroll(request, &response);
123 // enroll new password
132 gatekeeper.Enroll(enroll_request, &enroll_response);
171 // enroll new password
177 gatekeeper.Enroll(enroll_request, &enroll_response);
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.h 43 int Enroll(uint32_t uid, const uint8_t *current_password_handle,
93 static int enroll(const struct gatekeeper_device *dev, uint32_t uid,
trusty_gatekeeper.cpp 55 device_.enroll = enroll;
82 int TrustyGateKeeperDevice::Enroll(uint32_t uid, const uint8_t *current_password_handle,
190 int TrustyGateKeeperDevice::enroll(const struct gatekeeper_device *dev, uint32_t uid, function in class:gatekeeper::TrustyGateKeeperDevice
210 return convert_device(dev)->Enroll(uid, current_password_handle, current_password_handle_length,
  /system/gatekeeper/include/gatekeeper/
gatekeeper.h 45 void Enroll(const EnrollRequest &request, EnrollResponse *response);
  /device/generic/goldfish/gatekeeper/
SoftGateKeeperDevice.cpp 21 int SoftGateKeeperDevice::enroll(uint32_t uid, function in class:goldfish::SoftGateKeeperDevice
58 impl_->Enroll(request, &response);
  /device/google/cuttlefish_common/guest/hals/gatekeeper/
SoftGateKeeperDevice.cpp 21 int SoftGateKeeperDevice::enroll(uint32_t uid, function in class:cuttlefish::SoftGateKeeperDevice
58 impl_->Enroll(request, &response);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserCredential.h 31 Enroll a user on a credential provider.
39 @param[in] User The user profile to enroll.
43 handle. Either the user profile cannot enroll on any user profile or
44 cannot enroll on a user profile other than the current user profile.
277 EFI_CREDENTIAL_ENROLL Enroll;
UserCredential2.h 30 Enroll a user on a credential provider.
37 @param[in] User The user profile to enroll.
41 handle. Either the user profile cannot enroll on any user profile or
42 cannot enroll on a user profile other than the current user profile.
298 EFI_CREDENTIAL2_ENROLL Enroll;
  /system/core/gatekeeperd/
SoftGateKeeperDevice.cpp 21 int SoftGateKeeperDevice::enroll(uint32_t uid, function in class:android::SoftGateKeeperDevice
58 impl_->Enroll(request, &response);
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
ModifyIdentityPolicy.c 85 return UserCredential->Enroll (UserCredential, User);
274 If enroll new credential failed, recover the old identity policy.
301 // Enroll the user on this provider
306 // Failed to enroll the user by new identification policy.
  /system/gatekeeper/
gatekeeper.cpp 25 void GateKeeper::Enroll(const EnrollRequest &request, EnrollResponse *response) {

Completed in 308 milliseconds