Home
last modified time | relevance | path

Searched refs:SecureBoot (Results 1 – 1 of 1) sorted by relevance

/reactos/boot/environ/lib/firmware/efi/
H A Dfirmware.c692 BOOLEAN SetupMode, SecureBoot; in BlpSecureBootEFIIsEnabled() local
696 SecureBoot = FALSE; in BlpSecureBootEFIIsEnabled()
709 DataSize = sizeof(SecureBoot); in BlpSecureBootEFIIsEnabled()
714 &SecureBoot); in BlpSecureBootEFIIsEnabled()
718 if ((SecureBoot != TRUE) || (SetupMode)) in BlpSecureBootEFIIsEnabled()