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

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
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment