ANDROID: arm: crypto: reduce priority of bit-sliced AES cipher
All the aes-bs (bit-sliced) and aes-ce (cryptographic extensions) algorithms had a priority of 300. This is undesirable because it means an aes-bs algorithm may be used when an aes-ce algorithm is available. The aes-ce algorithms have much better performance. Fix it by decreasing the priority of the aes-bs algorithms to 250. This was fixed upstream by commit cc477bf6 ("crypto: arm/aes - replace bit-sliced OpenSSL NEON code"), but it was just a small part of a complete rewrite. This patch just fixes the priority bug. Change-Id: I478d67bfd77cb3807853b00976aae8496bb7f5ae Signed-off-by:Eric Biggers <ebiggers@google.com>
Loading
Please sign in to comment