TCRYPT: add dump command

This commit is contained in:
Milan Broz
2012-11-23 17:10:57 +01:00
parent 8d69e19ac1
commit c81260b3c3
4 changed files with 65 additions and 2 deletions

View File

@@ -95,4 +95,8 @@ int TCRYPT_get_volume_key(struct crypt_device *cd,
struct crypt_params_tcrypt *params,
struct volume_key **vk);
int TCRYPT_dump(struct crypt_device *cd,
struct tcrypt_phdr *hdr,
struct crypt_params_tcrypt *params);
#endif