commit | b45caafbccbb743c8b01a5287188969883dec377 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Feb 02 14:52:12 2017 -0800 |
committer | Eric Biggers <ebiggers@google.com> | Tue Feb 07 20:53:45 2017 +0000 |
tree | 886432ce8e9f0e524d9306472809e2c2d0827f36 | |
parent | cfc5202147a1f72a61415266f0d4097544ce8b89 [diff] |
vold: allow specifying HEH filenames encryption Make the vold changes needed to support specifying aes-256-heh filenames encryption. The previous mode, aes-256-cts, remains supported as well. The file /data/unencrypted/mode is updated to have the syntax contents_encryption_mode[:filenames_encryption_mode] instead of just contents_encryption_mode. This is consistent with the new fstab syntax. Bug: 34712722 Change-Id: Ibc236d0ec4fdeda4e4e301f45fb996317692cfa3