commit | 7c932e95c340e62ce78233b198362f200794d2f8 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Dec 03 12:30:42 2018 -0800 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Jan 03 23:49:20 2019 +0000 |
tree | 86db38f253b920dcd5828090066728d67982beae | |
parent | 25f1ac6be2a627c2680e95046eced76ace4d74dd [diff] |
fs_mgr_fstab: Add Adiantum support Adiantum is a crypto method Android is supporting for devices which don't have AES CPU instructions. See the paper "Adiantum: length-preserving encryption for entry-level processors" (https://eprint.iacr.org/2018/720.pdf) for more details. We add Adiantum to our list of supported encryption modes. Bug: 112010205 Test: Tested on a device Change-Id: I14a400164803a1e217d378ad9bd8b67a61b8b7d0 Merged-In: I14a400164803a1e217d378ad9bd8b67a61b8b7d0 (cherry picked from commit 1b3082642af6f846eb9bcd4fb5c001eed2cfd8a4)