mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 08:20:07 +01:00
rename sector_start -> iv_start (it's now a iv shift for subsequent en/decrypt operations) rename count -> length. We accept length in bytes now and perform sanity checks at the crypt_storage_init and crypt_storage_decrypt (or encrypt) respectively. rename sector -> offset. It's in bytes as well. Sanity checks inside crypt_storage functions.