aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2020-01-13 10:54:35 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2020-01-22 16:21:07 +0800
commit53146d152510584c2034c62778a7cbca25743ce9 (patch)
treeebeb4e329d4e8cfce8c3469d145b5c92e6199f1a /drivers/crypto
parentcrypto: essiv - fix AEAD capitalization and preposition use in help text (diff)
downloadlinux-dev-53146d152510584c2034c62778a7cbca25743ce9.tar.xz
linux-dev-53146d152510584c2034c62778a7cbca25743ce9.zip
crypto: caam/qi2 - fix typo in algorithm's driver name
Fixes: 8d818c105501 ("crypto: caam/qi2 - add DPAA2-CAAM driver") Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/caam/caamalg_qi2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/caamalg_qi2.c b/drivers/crypto/caam/caamalg_qi2.c
index fe2a628e8905..28669cbecf77 100644
--- a/drivers/crypto/caam/caamalg_qi2.c
+++ b/drivers/crypto/caam/caamalg_qi2.c
@@ -2455,7 +2455,7 @@ static struct caam_aead_alg driver_aeads[] = {
.cra_name = "echainiv(authenc(hmac(sha256),"
"cbc(des)))",
.cra_driver_name = "echainiv-authenc-"
- "hmac-sha256-cbc-desi-"
+ "hmac-sha256-cbc-des-"
"caam-qi2",
.cra_blocksize = DES_BLOCK_SIZE,
},