bitlk: Support for name strings in VMK metadata

This commit is contained in:
jbit
2020-01-02 08:54:19 +00:00
committed by Milan Broz
parent 188cb114af
commit d7667e9e6e
2 changed files with 29 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ typedef enum {
struct bitlk_vmk {
char *guid;
char *name;
BITLKVMKProtection protection;
uint8_t salt[BITLK_SALT_SIZE];
uint8_t mac_tag[BITLK_VMK_MAC_TAG_SIZE];