From c27461572ca09705c16f26a1e9128ff3a4ebdda0 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 16 Dec 2014 00:14:42 +0100 Subject: Windows: Enhance performance by implementing the possibility to choose the correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption. --- src/Common/Apidrvr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Common/Apidrvr.h') diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index ac6f3fbb..ac1689be 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -100,6 +100,8 @@ typedef struct Password ProtectedHidVolPassword; /* Password to the hidden volume to be protected against overwriting */ BOOL UseBackupHeader; BOOL RecoveryMode; + int pkcs5_prf; + int ProtectedHidVolPkcs5Prf; } MOUNT_STRUCT; typedef struct @@ -235,6 +237,7 @@ typedef struct typedef struct { Password VolumePassword; + int pkcs5_prf; } ReopenBootVolumeHeaderRequest; -- cgit v1.2.3