ANDROID: microdroid: Enable AES and POLYVAL acceleration
AVF encryptedstore uses dm-crypt and defaults to using the HCTR2
algorithm. Enable acceleration for the components of this algorithm
using the AES and carryless multiplication instructions on arm64. This
greatly improves performance, makes the code constant-time, and also
matches x86 which already had the equivalent enabled.
Bug: 390016357
Change-Id: Ie53b9a4508d86d8e9c4408d837fc204a175a6339
Signed-off-by:
Eric Biggers <ebiggers@google.com>
Loading
Please sign in to comment