1
0
Fork 0

crypto: caam/qi2 - fix typo in algorithm's driver name

Fixes: 8d818c1055 ("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>
alistair/sensors
Horia Geantă 2020-01-13 10:54:35 +02:00 committed by Herbert Xu
parent ab3d436bf3
commit 53146d1525
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},