HomeSort by relevance Sort by last modified time
    Searched refs:SecureBootEnable (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c 316 UINT8 SecureBootEnable;
437 // If "SecureBootEnable" variable exists, then update "SecureBoot" variable.
438 // If "SecureBootEnable" variable is SECURE_BOOT_ENABLE and in User Mode or Deployed Mode, Set "SecureBoot" variable to SECURE_BOOT_MODE_ENABLE.
439 // If "SecureBootEnable" variable is SECURE_BOOT_DISABLE, Set "SecureBoot" variable to SECURE_BOOT_MODE_DISABLE.
441 SecureBootEnable = SECURE_BOOT_DISABLE;
452 &SecureBootEnable,
457 SecureBootEnable = *Data;
461 // "SecureBootEnable" not exist, initialize it in User Mode or Deployed Mode.
463 SecureBootEnable = SECURE_BOOT_ENABLE;
467 &SecureBootEnable,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]

Completed in 77 milliseconds