Remove CRYPT_FOOTER_OFFSET

This is no longer used.

Bug: 191796797
Change-Id: If1e9e3ad255714c37a8c1f292823f181eab7a1ce
This commit is contained in:
Eric Biggers 2021-11-10 13:50:47 -08:00
parent 7c111e4529
commit 230d664e08

View file

@ -22,10 +22,6 @@
#include "KeyBuffer.h" #include "KeyBuffer.h"
#include "KeyUtil.h" #include "KeyUtil.h"
// TODO(b/191796797): remove this once it is no longer referenced by system/core
// and bootable/recovery.
#define CRYPT_FOOTER_OFFSET 0x4000
int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev, int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev,
const android::vold::KeyBuffer& key, std::string* out_crypto_blkdev); const android::vold::KeyBuffer& key, std::string* out_crypto_blkdev);
const android::vold::KeyGeneration cryptfs_get_keygen(); const android::vold::KeyGeneration cryptfs_get_keygen();