commit | 676f2293641a15dee61ad7b9a6351bd3782a61ef | [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 | ebe6a67f2c2980a70b9a3a05daedbfd72e2221b2 [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)