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

  /device/linaro/bootloader/edk2/SecurityPkg/Include/Guid/
AuthenticatedVariableFormat.h 57 #define EFI_CUSTOM_MODE_NAME L"CustomMode"
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthVariableLib.c 60 EFI_CUSTOM_MODE_NAME,
319 EFI_CUSTOM_MODE_NAME,
329 DEBUG ((EFI_D_INFO, "Variable %s is %x\n", EFI_CUSTOM_MODE_NAME, CustomMode));
AuthService.c 269 || (CompareGuid (VendorGuid, &gEfiCustomModeEnableGuid) && (StrCmp (VariableName, EFI_CUSTOM_MODE_NAME) == 0))) {
292 Status = AuthServiceInternalFindVariable (EFI_CUSTOM_MODE_NAME, &gEfiCustomModeEnableGuid, &Data, &DataSize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 303 EFI_CUSTOM_MODE_NAME,
    [all...]

Completed in 264 milliseconds