mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 00:10:04 +01:00
TCRYPT: support keyfiles
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user