Add reencryption progress function.

This commit is contained in:
Ondrej Kozina
2019-03-29 19:58:22 +01:00
parent a7f80a2770
commit 64f59ff71e
2 changed files with 17 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ void tools_clear_line(void);
void tools_time_progress(uint64_t device_size, uint64_t bytes,
struct timeval *start_time, struct timeval *end_time);
int tools_wipe_progress(uint64_t size, uint64_t offset, void *usrptr);
int tools_reencrypt_progress(uint64_t size, uint64_t offset, void *usrptr);
int tools_read_mk(const char *file, char **key, int keysize);
int tools_write_mk(const char *file, const char *key, int keysize);