commit | d0285a20f64e301c50b849958552bc7937fa75b5 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Dec 03 11:23:19 2018 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Thu Mar 14 19:17:02 2019 -0700 |
tree | 6ed0abd614e8bf80525c1694367edfb7172a753c | |
parent | bb14c3cbd4e398afe6b9a9ada5cb53afd3c7c5d7 [diff] |
cryptfs: 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 crypto types. Bug: 112010205 Test: Tested on a device Change-Id: Ic190a9b90fc8bc077fdc7d60c9d5ae8d8f555025 Merged-In: Ic190a9b90fc8bc077fdc7d60c9d5ae8d8f555025