Rename luks2_reenc_context to luks2_reecrypt.

This commit is contained in:
Milan Broz
2020-07-04 12:52:17 +02:00
parent f50062517e
commit 4451df15b4
4 changed files with 51 additions and 51 deletions

View File

@@ -59,7 +59,7 @@
#define LUKS2_REENCRYPT_MAX_HOTZONE_LENGTH 0x40000000
struct device;
struct luks2_reenc_context;
struct luks2_reencrypt;
struct crypt_lock_handle;
struct crypt_dm_active_device;
struct luks_phdr; /* LUKS1 for conversion */
@@ -416,7 +416,7 @@ int LUKS2_reencrypt_locked_recovery_by_passphrase(struct crypt_device *cd,
struct volume_key **vks);
void LUKS2_reencrypt_free(struct crypt_device *cd,
struct luks2_reenc_context *rh);
struct luks2_reencrypt *rh);
crypt_reencrypt_info LUKS2_reencrypt_status(struct luks2_hdr *hdr);