mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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>
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user