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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthVariableLib.c 236 mPlatformMode = USER_MODE;
265 // If "SecureBootEnable" variable is SECURE_BOOT_ENABLE and in USER_MODE, Set "SecureBoot" variable to SECURE_BOOT_MODE_ENABLE.
271 if (mPlatformMode == USER_MODE){
274 } else if (mPlatformMode == USER_MODE) {
276 // "SecureBootEnable" not exist, initialize it in USER_MODE.
294 if (SecureBootEnable == SECURE_BOOT_ENABLE && mPlatformMode == USER_MODE) {
AuthService.c 603 @param[in] Mode SETUP_MODE or USER_MODE.
660 // If "SetupMode" variable is USER_MODE, "SecureBoot" variable is set to 1.
666 if (mPlatformMode == USER_MODE) {
961 } else if (mPlatformMode == USER_MODE) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
ImageAuthentication.h 48 #define USER_MODE 0
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.c 143 mPlatformMode = USER_MODE;
407 @param[in] Mode SETUP_MODE or USER_MODE.
498 if (mPlatformMode == USER_MODE) {
578 UpdatePlatformMode (VirtualMode, Global, USER_MODE);
631 if (mPlatformMode == USER_MODE) {
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]

Completed in 351 milliseconds