Home | History | Annotate | Download | only in AuthVariableLib

Lines Matching refs:SecureBootEnable

618   UINT8                   SecureBootEnable;

687 // Check "SecureBootEnable" variable's existence. It can enable/disable secure boot feature.
698 // Create the "SecureBootEnable" variable as secure boot is enabled.
700 SecureBootEnable = SECURE_BOOT_ENABLE;
701 VariableDataSize = sizeof (SecureBootEnable);
704 // Delete the "SecureBootEnable" variable if this variable exist as "SecureBoot"
710 SecureBootEnable = SECURE_BOOT_DISABLE;
717 &SecureBootEnable,