bitlk: Allow dumping BitLocker master key (FVEK) using --dump-master-key

This commit is contained in:
Vojtech Trefny
2020-11-10 15:05:45 +01:00
committed by Milan Broz
parent 7a1df1c323
commit 406d2d8b0a
4 changed files with 126 additions and 35 deletions

View File

@@ -117,6 +117,12 @@ int BITLK_read_sb(struct crypt_device *cd, struct bitlk_metadata *params);
int BITLK_dump(struct crypt_device *cd, struct device *device, struct bitlk_metadata *params);
int BITLK_get_volume_key(struct crypt_device *cd,
const char *password,
size_t passwordLen,
const struct bitlk_metadata *params,
struct volume_key **open_fvek_key);
int BITLK_activate(struct crypt_device *cd,
const char *name,
const char *password,