Searched refs:SecureBootMode (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigNvData.h113 UINT8 SecureBootMode; //Secure Boot Mode: Standard Or Custom member in struct:__anon12741
H A DSecureBootConfigImpl.c2058 UINT8 *SecureBootMode; local
2062 SecureBootMode = NULL;
2099 // Get the SecureBootMode from CustomMode variable.
2101 SecureBootMode = GetVariable (EFI_CUSTOM_MODE_NAME, &gEfiCustomModeEnableGuid);
2102 if (SecureBootMode == NULL) {
2103 ConfigData->SecureBootMode = STANDARD_SECURE_BOOT_MODE;
2105 ConfigData->SecureBootMode = *(SecureBootMode);
2525 IfrNvData->SecureBootMode = Value->u8;
H A DSecureBootConfig.vfr61 oneof varid = SECUREBOOT_CONFIGURATION.SecureBootMode,
74 suppressif ideqval SECUREBOOT_CONFIGURATION.SecureBootMode == SECURE_BOOT_MODE_STANDARD;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c164 UINT8 SecureBootMode; local
339 SecureBootMode = SECURE_BOOT_MODE_ENABLE;
341 SecureBootMode = SECURE_BOOT_MODE_DISABLE;
347 &SecureBootMode,
360 DEBUG ((EFI_D_INFO, "Variable %s is %x\n", EFI_SECURE_BOOT_MODE_NAME, SecureBootMode));
629 UINT8 SecureBootMode; local
688 SecureBootMode = SECURE_BOOT_MODE_DISABLE;
691 SecureBootMode = SECURE_BOOT_MODE_ENABLE;
693 SecureBootMode = SECURE_BOOT_MODE_DISABLE;
703 &SecureBootMode,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c1532 UINT8 SecureBootMode; local
1549 SecureBootMode = SECURE_BOOT_MODE_DISABLE;
1558 &SecureBootMode

Completed in 328 milliseconds