commit | b46c11ce9a3c4d1851bcce2a84678415250679de | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Dec 03 12:36:56 2018 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Tue Dec 11 15:14:49 2018 -0800 |
tree | 4852a6add7492bf8f5be586692d9598b02810af6 | |
parent | b90b93725da8b7b8c6e887de909dc7c952797752 [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