mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: crypto: Change priority of arm64 aes cipher.
(cherry pick from commit d802476e8db2eb616d47d0a06310276532cc2ffa) Change-Id: I0c614e0eca71b65945ff8bd17c65b03a02918b18 Signed-off-by: Riley Andrews <riandrews@google.com> Signed-off-by: Mark Salyzyn <salyzyn@google.com> Bug: 23181629 (cherry picked from commit 52d464160266101140ce95992256c25cc03e2bb3)
This commit is contained in:
committed by
Huang, Tao
parent
3841b3185d
commit
d2d46598ca
@@ -127,7 +127,7 @@ static void aes_cipher_decrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[])
|
||||
static struct crypto_alg aes_alg = {
|
||||
.cra_name = "aes",
|
||||
.cra_driver_name = "aes-ce",
|
||||
.cra_priority = 300,
|
||||
.cra_priority = 299,
|
||||
.cra_flags = CRYPTO_ALG_TYPE_CIPHER,
|
||||
.cra_blocksize = AES_BLOCK_SIZE,
|
||||
.cra_ctxsize = sizeof(struct crypto_aes_ctx),
|
||||
|
||||
Reference in New Issue
Block a user