commit | a9fa60514da82a4bb2d420771b696b4a6d53c024 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Feb 02 14:37:05 2017 -0800 |
committer | Eric Biggers <ebiggers@google.com> | Tue Feb 07 20:54:44 2017 +0000 |
tree | d370b510777277be8aba86d413cf6c0db9cc88c0 | |
parent | f6a59893f1e0d378a4676edd12ad8156f631c803 [diff] |
ext4_utils: allow specifying HEH filenames encryption Make the ext4_utils 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: Ia40f589ed46dd008ab2c65d28995b574c45bbac0