From 4f0d1c02bdf4adf56caf48de967c41d2d4d9ff2d Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 23 Apr 2018 12:56:02 +0200 Subject: Windows: Don't start EFI system encryption process if SecureBoot is enabled and VeraCrypt-DCS custom keys were not loaded in the machine firmware. --- src/Mount/MainCom.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Mount/MainCom.idl') diff --git a/src/Mount/MainCom.idl b/src/Mount/MainCom.idl index 25bb80ce..bb949750 100644 --- a/src/Mount/MainCom.idl +++ b/src/Mount/MainCom.idl @@ -52,6 +52,7 @@ library TrueCryptMainCom DWORD GetEfiBootDeviceNumber (BSTR* pSdn); DWORD WriteEfiBootSectorUserConfig (DWORD userConfig, BSTR customUserMessage, int pim, int hashAlg); DWORD UpdateSetupConfigFile (BOOL bForInstall); + DWORD GetSecureBootConfig (BOOL* pSecureBootEnabled, BOOL *pVeraCryptKeysLoaded); }; [ -- cgit v1.2.3