Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f066015 authored by Harsh Jain's avatar Harsh Jain Committed by Herbert Xu
Browse files

crypto: chcr - Change algo priority



Update priorities to 3000

Signed-off-by: default avatarHarsh Jain <harsh@chelsio.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 44e9f799
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
 * giving the processed data
 */

#define CHCR_CRA_PRIORITY 300
#define CHCR_CRA_PRIORITY 3000

#define CHCR_AES_MAX_KEY_LEN  (2 * (AES_MAX_KEY_SIZE)) /* consider xts */
#define CHCR_MAX_CRYPTO_IV_LEN 16 /* AES IV len */