mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Add option for large IV to storage wrapper.
Also implement some test vectors and use the same limits as in dm-crypt (IV offset alignnment).
This commit is contained in:
committed by
Ondrej Kozina
parent
e43a22abcf
commit
f5910d83c4
@@ -31,6 +31,7 @@ struct crypt_device;
|
||||
#define DISABLE_KCAPI (1 << 1)
|
||||
#define DISABLE_DMCRYPT (1 << 2)
|
||||
#define OPEN_READONLY (1 << 3)
|
||||
#define LARGE_IV (1 << 4)
|
||||
|
||||
typedef enum {
|
||||
NONE = 0,
|
||||
|
||||
Reference in New Issue
Block a user