Searched refs:SecureBoot (Results 1 – 19 of 19) sorted by relevance
138 STRING_REF SecureBoot;164 SMBIOS_TABLE_STRING SecureBoot;
729 Data8 = SystemConfiguration.SecureBoot;1107 SmbiosRecord->SecureBoot = 15; in AddSmbiosT0x94Callback()
803 UINT8 *SecureBoot; in LegacyBiosInstall() local817 SecureBoot = NULL; in LegacyBiosInstall()818 GetEfiGlobalVariable2 (EFI_SECURE_BOOT_MODE_NAME, (VOID**)&SecureBoot, NULL); in LegacyBiosInstall()819 if ((SecureBoot != NULL) && (*SecureBoot == SECURE_BOOT_MODE_ENABLE)) { in LegacyBiosInstall()820 FreePool (SecureBoot); in LegacyBiosInstall()824 if (SecureBoot != NULL) { in LegacyBiosInstall()825 FreePool (SecureBoot); in LegacyBiosInstall()
56 ## CONSUMES ## Variable:L"SecureBoot"57 ## PRODUCES ## Variable:L"SecureBoot"
1789 UINT8 SecureBoot;1793 DataSize = sizeof(SecureBoot);1799 &SecureBoot1803 SystemConfigPtr->SecureBoot = 0;1805 SystemConfigPtr->SecureBoot = SecureBoot;1852 if ((SecureBootCfg) != SystemConfigPtr->SecureBoot) {
49 oneof varid = Setup.SecureBoot,
153 Private->FakeNvData.SecureBoot = TRUE;
1220 #string STR_SECURE_BOOT #language en-US "SecureBoot"
1591 UINT8 *SecureBoot; in DxeImageVerificationHandler() local1655 GetEfiGlobalVariable2 (EFI_SECURE_BOOT_MODE_NAME, (VOID**)&SecureBoot, NULL); in DxeImageVerificationHandler()1659 if (SecureBoot == NULL) { in DxeImageVerificationHandler()1666 if (*SecureBoot == SECURE_BOOT_MODE_DISABLE) { in DxeImageVerificationHandler()1667 FreePool (SecureBoot); in DxeImageVerificationHandler()1670 FreePool (SecureBoot); in DxeImageVerificationHandler()
64 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
65 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
70 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
81 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
98 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
2919 UINT8 *SecureBoot; in UpdateSecureBootString() local2921 SecureBoot = NULL; in UpdateSecureBootString()2926 GetVariable2 (EFI_SECURE_BOOT_MODE_NAME, &gEfiGlobalVariableGuid, (VOID**)&SecureBoot, NULL); in UpdateSecureBootString()2927 if (SecureBoot == NULL) { in UpdateSecureBootString()2931 if (*SecureBoot == SECURE_BOOT_MODE_ENABLE) { in UpdateSecureBootString()2937 FreePool(SecureBoot); in UpdateSecureBootString()
2 VFR file used by the SecureBoot configuration component.
1103 UINT8 SecureBoot; member
69 * Note that this option is required for running SecureBoot-enabled builds
293 # PCDs for auto provisioning of UEFI SecureBoot.