1
0
Fork 0

LFV-20 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>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Horia Geantă 2019-11-13 20:05:26 +02:00 committed by Dong Aisheng
parent 4d3a0772bf
commit cd21a001f8
1 changed files with 1 additions and 1 deletions

View File

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