Home
last modified time | relevance | path

Searched refs:EFI_CUSTOM_MODE_NAME (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Include/Guid/
DAuthenticatedVariableFormat.h57 #define EFI_CUSTOM_MODE_NAME L"CustomMode" macro
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthVariableLib.c60 EFI_CUSTOM_MODE_NAME,
319 EFI_CUSTOM_MODE_NAME, in AuthVariableLibInitialize()
329 DEBUG ((EFI_D_INFO, "Variable %s is %x\n", EFI_CUSTOM_MODE_NAME, CustomMode)); in AuthVariableLibInitialize()
DAuthService.c269 …d (VendorGuid, &gEfiCustomModeEnableGuid) && (StrCmp (VariableName, EFI_CUSTOM_MODE_NAME) == 0))) { in NeedPhysicallyPresent()
292 …Status = AuthServiceInternalFindVariable (EFI_CUSTOM_MODE_NAME, &gEfiCustomModeEnableGuid, &Data, … in InCustomMode()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.c303 EFI_CUSTOM_MODE_NAME, in SetSecureBootMode()
3018 GetVariable2 (EFI_CUSTOM_MODE_NAME, &gEfiCustomModeEnableGuid, (VOID**)&SecureBootMode, NULL); in SecureBootExtractConfigFromVariable()
3684 GetVariable2 (EFI_CUSTOM_MODE_NAME, &gEfiCustomModeEnableGuid, (VOID**)&SecureBootMode, NULL); in SecureBootCallback()