diff options
author | Milan Broz <gmazyland@gmail.com> | 2012-11-16 14:57:05 +0100 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2012-11-19 21:25:26 +0100 |
commit | ecf993834cfdfc3ff9e3584845ffce9a5b967184 (patch) | |
tree | 3b1afab45649fe10aabb19d2a2f722e09370e9fe /lib/libcryptsetup.h | |
parent | 3cbb43a73a5504a4c4285394a4876eef202d7620 (diff) | |
download | cryptsetup-ecf993834cfdfc3ff9e3584845ffce9a5b967184.tar.gz cryptsetup-ecf993834cfdfc3ff9e3584845ffce9a5b967184.tar.bz2 cryptsetup-ecf993834cfdfc3ff9e3584845ffce9a5b967184.zip |
TCRYPT: support keyfiles
Diffstat (limited to 'lib/libcryptsetup.h')
-rw-r--r-- | lib/libcryptsetup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcryptsetup.h b/lib/libcryptsetup.h index 747cb0c..b1f5f0c 100644 --- a/lib/libcryptsetup.h +++ b/lib/libcryptsetup.h @@ -395,6 +395,8 @@ struct crypt_params_verity { struct crypt_params_tcrypt { const char *passphrase; size_t passphrase_size; + const char **keyfiles; + unsigned int keyfiles_count; const char *hash_name; /**< hash function for PBKDF */ const char *cipher[3]; /**< cipher chain */ const char *mode; /**< cipher block mode */ |