commit | 0803ba0985a849d9eac456ad6a457c70d484a2a0 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Nov 08 16:45:58 2021 -0800 |
committer | Eric Biggers <ebiggers@google.com> | Tue Nov 09 16:09:33 2021 -0800 |
tree | 73a0395267c84d42e0cf5df9b9ce77d6959c0ce8 | |
parent | 3d1a532efc0f1f3495c2d7c55a8e373374b2818a [diff] |
Remove most of FDE support Since Android 10, new devices have been required to use FBE instead of FDE. Therefore, the FDE code is no longer needed. Remove most of cryptfs.cpp. A few parts of it need to be kept in order to support the dm-crypt method of adoptable storage encryption. Keep the FDE-specific binder methods stubbed out for now until their callers can be removed. Bug: 191796797 Change-Id: I90b1e4cacd2f3e5cce77a82a0af744fcc7da9400