You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tpm2_control/tpm2d_control: allow setting of key_len for FDE
Expose paramter --key_len | -l to dmcrypt_setup. This allows to
truncate the key to XTS-AES128 or XTS-AES192. The tpm2d internally
always generates an FDE key of CRYPTFS_FDE_KEY_LEN which is
512 bit random data for aes-xts with AES256.
Signed-off-by: Michael Weiß <[email protected]>
printf("\tdmcrypt_setup <device path> <passwd>\n\t\tSetup device mapper with tpm2d's internal disk encryption key, password for corresponding nvindex\n");
52
-
printf("\tdmcrypt_lock <passwd>\n\t\tLocks further dmsetup attampts by locking tpm2d's internal disk encryption key, password for corresponding nvindex\n");
0 commit comments