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

  /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/trusty/gatekeeper/
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/
gatekeeper.cpp 25 void GateKeeper::Enroll(const EnrollRequest &request, EnrollResponse *response) {

Completed in 93 milliseconds