We do not need to wipe specific keyslot area only.

This commit is contained in:
Ondrej Kozina
2023-09-26 15:50:43 +02:00
parent f0b556b2d4
commit df9976e2a7
3 changed files with 3 additions and 11 deletions

View File

@@ -224,8 +224,7 @@ int LUKS2_keyslot_store(struct crypt_device *cd,
int LUKS2_keyslot_wipe(struct crypt_device *cd,
struct luks2_hdr *hdr,
int keyslot,
int wipe_area_only);
int keyslot);
crypt_keyslot_priority LUKS2_keyslot_priority_get(struct luks2_hdr *hdr, int keyslot);