commit | 7f0c5e47547bb6fbdc10ed77edcb401f88ca9dec | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Dec 03 11:23:19 2018 -0800 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Jan 03 23:49:25 2019 +0000 |
tree | 76c27b247ef9ed9b8470511a2c9a6866b2ac4ce4 | |
parent | d9aa87eceeaaaa7228712bb742138e9f48398d3a [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 (cherry picked from commit 18824ec6cc9cd0f16530de2e034a7fe5b8fd17be)