mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Add support for querying journal active devices for integrity and encryption keys.
This commit is contained in:
committed by
Milan Broz
parent
f5724a30f9
commit
f6c1445c6b
@@ -94,6 +94,12 @@ int dm_flags(struct crypt_device *cd, dm_target_type target, uint32_t *flags);
|
||||
|
||||
#define DM_ACTIVE_INTEGRITY_PARAMS (1 << 9)
|
||||
|
||||
#define DM_ACTIVE_JOURNAL_CRYPT_KEY (1 << 10)
|
||||
#define DM_ACTIVE_JOURNAL_CRYPT_KEYSIZE (1 << 11)
|
||||
|
||||
#define DM_ACTIVE_JOURNAL_MAC_KEY (1 << 12)
|
||||
#define DM_ACTIVE_JOURNAL_MAC_KEYSIZE (1 << 13)
|
||||
|
||||
struct dm_target {
|
||||
dm_target_type type;
|
||||
enum tdirection direction;
|
||||
|
||||
Reference in New Issue
Block a user