From 8ebf5ac605d57eab80b600a7827d2ba48668d887 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 26 May 2015 01:36:20 +0200 Subject: Windows: first implementation of dynamic mode --- 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 83d30595..d168cf74 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -104,6 +104,8 @@ typedef struct int ProtectedHidVolPkcs5Prf; BOOL bTrueCryptMode; uint32 BytesPerPhysicalSector; + int VolumePin; + int ProtectedHidVolPin; } MOUNT_STRUCT; typedef struct @@ -241,6 +243,7 @@ typedef struct { Password VolumePassword; int pkcs5_prf; + int pin; } ReopenBootVolumeHeaderRequest; -- cgit v1.2.3