Home | History | Annotate | Download | only in LegacyBiosDxe

Lines Matching refs:SecureBoot

803   UINT8                              *SecureBoot;

817 SecureBoot = NULL;
818 GetEfiGlobalVariable2 (EFI_SECURE_BOOT_MODE_NAME, (VOID**)&SecureBoot, NULL);
819 if ((SecureBoot != NULL) && (*SecureBoot == SECURE_BOOT_MODE_ENABLE)) {
820 FreePool (SecureBoot);
824 if (SecureBoot != NULL) {
825 FreePool (SecureBoot);