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/Mount/Mount.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Mount/Mount.h') diff --git a/src/Mount/Mount.h b/src/Mount/Mount.h index f0f5885f..e982de81 100644 --- a/src/Mount/Mount.h +++ b/src/Mount/Mount.h @@ -48,6 +48,11 @@ typedef struct BOOL bHidVolDamagePrevReported[26]; } VOLUME_NOTIFICATIONS_LIST; +typedef struct +{ + Password *password; + int* pkcs5; +} PasswordDlgParam; extern VOLUME_NOTIFICATIONS_LIST VolumeNotificationsList; -- cgit v1.2.3