commit | 19a4eb88ab0108d75a42e7da535184ac8084e0dd | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Dec 03 12:30:42 2018 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Tue Dec 11 15:39:09 2018 -0800 |
tree | 7a3932894a59eb208c70d424ee6eaaa780f7ec0a | |
parent | 7a32cfa41172b5942f9adf82cf92e1f01cd1b575 [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