提交 53146d15 编写于 作者: H Horia Geantă 提交者: Herbert Xu

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

Fixes: 8d818c10 ("crypto: caam/qi2 - add DPAA2-CAAM driver")
Signed-off-by: NHoria Geantă <horia.geanta@nxp.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 ab3d436b
无相关合并请求
...@@ -2455,7 +2455,7 @@ static struct caam_aead_alg driver_aeads[] = { ...@@ -2455,7 +2455,7 @@ static struct caam_aead_alg driver_aeads[] = {
.cra_name = "echainiv(authenc(hmac(sha256)," .cra_name = "echainiv(authenc(hmac(sha256),"
"cbc(des)))", "cbc(des)))",
.cra_driver_name = "echainiv-authenc-" .cra_driver_name = "echainiv-authenc-"
"hmac-sha256-cbc-desi-" "hmac-sha256-cbc-des-"
"caam-qi2", "caam-qi2",
.cra_blocksize = DES_BLOCK_SIZE, .cra_blocksize = DES_BLOCK_SIZE,
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册