Home
last modified time | relevance | path

Searched refs:SECURE_BOOT_MODE_ENABLE (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DImageAuthentication.h44 #define SECURE_BOOT_MODE_ENABLE 1 macro
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthVariableLib.c295 SecureBootMode = SECURE_BOOT_MODE_ENABLE; in AuthVariableLibInitialize()
DAuthService.c667 SecureBootMode = SECURE_BOOT_MODE_ENABLE; in UpdatePlatformMode()
696 if (SecureBootMode == SECURE_BOOT_MODE_ENABLE) { in UpdatePlatformMode()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBios.c819 if ((SecureBoot != NULL) && (*SecureBoot == SECURE_BOOT_MODE_ENABLE)) { in LegacyBiosInstall()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.c2931 if (*SecureBoot == SECURE_BOOT_MODE_ENABLE) { in UpdateSecureBootString()