Skip to content

Commit

Permalink
arm64: crypto: Change priority of arm64 aes cipher.
Browse files Browse the repository at this point in the history
(cherry pick from commit d802476e8db2eb616d47d0a06310276532cc2ffa)

Change-Id: I0c614e0eca71b65945ff8bd17c65b03a02918b18
Signed-off-by: Riley Andrews <[email protected]>
Signed-off-by: Mark Salyzyn <[email protected]>
Bug: 23181629
  • Loading branch information
riandrews authored and jrior001 committed Sep 6, 2016
1 parent 0bc3278 commit bcb2cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/crypto/aes-ce-cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit bcb2cfa

Please sign in to comment.