UPSTREAM: arm64: crypto: reduce priority of core AES cipher
The asynchronous, merged implementations of AES in CBC, CTR and XTS modes are preferred when available (i.e., when instantiating ablkciphers explicitly). However, the synchronous core AES cipher combined with the generic CBC mode implementation will produce a 'cbc(aes)' blkcipher that is callable asynchronously as well. To prevent this implementation from being used when the accelerated asynchronous implemenation is also available, lower its priority to 250 (i.e., below the asynchronous module's priority of 300). Signed-off-by:Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> (cherry-picked from commit 08c6781cfaa196d4b257ec043c17e8746d9284e3) Change-Id: I50cd239615906dd70bf0a1bf945d40c9d95a3c00 Signed-off-by:
Eric Biggers <ebiggers@google.com>
Loading
Please register or sign in to comment