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

  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
ModifyIdentityPolicy.c 22 @param[in] NewGuid Points to the credential provider guid.
24 @retval TRUE The NewGuid was found in the identity policy.
25 @retval FALSE The NewGuid was not found.
30 IN EFI_GUID *NewGuid
41 if (CompareGuid (NewGuid, (EFI_GUID *) (Identity + 1))) {
203 @param[in] NewGuid Points to the credential provider guid.
208 IN EFI_GUID *NewGuid
258 CopyGuid ((EFI_GUID *) (Policy + 1), NewGuid);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.c     [all...]

Completed in 1443 milliseconds