From 68f16dae244752e8bdf112e8feeb6a0839088a3e Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 14 Oct 2014 17:14:54 +0200 Subject: Implement support for creating and booting encrypted partition using SHA-256. Support SHA-256 for normal volumes as well. --- src/Common/Apidrvr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Apidrvr.h') 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 -- cgit v1.2.3