diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-10-14 17:14:54 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:23:53 +0100 |
commit | 68f16dae244752e8bdf112e8feeb6a0839088a3e (patch) | |
tree | 94b1f5ab11b4d08661d838704bf08c14eb2e46a4 /src/Common/Apidrvr.h | |
parent | f38cf0b6943da24c802424f53588b54aada48fd8 (diff) | |
download | VeraCrypt-68f16dae244752e8bdf112e8feeb6a0839088a3e.tar.gz VeraCrypt-68f16dae244752e8bdf112e8feeb6a0839088a3e.zip |
Implement support for creating and booting encrypted partition using SHA-256. Support SHA-256 for normal volumes as well.
Diffstat (limited to 'src/Common/Apidrvr.h')
-rw-r--r-- | src/Common/Apidrvr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index 1a28dec0..ac6f3fbb 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -241,6 +241,7 @@ typedef struct typedef struct
{
char BootEncryptionAlgorithmName[256];
+ char BootPrfAlgorithmName[256];
} GetBootEncryptionAlgorithmNameRequest;
typedef struct
|