diff options
author | Milan Broz <gmazyland@gmail.com> | 2011-03-22 20:51:50 +0000 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2011-03-22 20:51:50 +0000 |
commit | 2072adf7054606ad826807686fe4b71ecc55866b (patch) | |
tree | 8a4e4b9313ee16cefc47f274c09a1c912bba919b /lib/libcryptsetup.h | |
parent | 49ea1b69fe4b53777e4c3ac35151f7fcaa0400e6 (diff) | |
download | cryptsetup-2072adf7054606ad826807686fe4b71ecc55866b.tar.gz cryptsetup-2072adf7054606ad826807686fe4b71ecc55866b.tar.bz2 cryptsetup-2072adf7054606ad826807686fe4b71ecc55866b.zip |
Also support --skip option for loopaesOpen.
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@481 36d66b0a-2a48-0410-832c-cd162a569da5
Diffstat (limited to 'lib/libcryptsetup.h')
-rw-r--r-- | lib/libcryptsetup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcryptsetup.h b/lib/libcryptsetup.h index a86bea7..08c45fe 100644 --- a/lib/libcryptsetup.h +++ b/lib/libcryptsetup.h @@ -171,6 +171,7 @@ struct crypt_params_luks1 { struct crypt_params_loopaes { const char *hash; /* key hash function */ uint64_t offset; /* offset in sectors */ + uint64_t skip; /* IV initilisation sector */ }; /** * Create (format) new crypt device (and possible header on-disk) but not activates it. |