commit | d89ce7791553a5efe82b0ed35fd58b26f5137102 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Dec 03 12:36:56 2018 -0800 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Jan 03 23:49:22 2019 +0000 |
tree | c6952478490c346302bd9f3138aa6b38d07617d8 | |
parent | 91d400d17458d35c4b31cf0c3beb564326a27c9a [diff] |
libfscrypt: 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: I405ed454be1a447b7405417a05ddfd92a912bcb7 Merged-In: I405ed454be1a447b7405417a05ddfd92a912bcb7 (cherry picked from commit b56b389282b4805fac147c3fa36c2e27096ede97)