]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
crypto: caam/qi - fix typo in authenc alg driver name
authorHoria Geantă <horia.geanta@nxp.com>
Mon, 10 Jul 2017 05:40:27 +0000 (08:40 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Sep 2017 12:43:14 +0000 (14:43 +0200)
commit 84ea95436b83884fa55780618ffaf4bbe3312166 upstream.

s/desi/des for echainiv(authenc(hmac(sha256),cbc(des))) alg.

Fixes: b189817cf7894 ("crypto: caam/qi - add ablkcipher and authenc algorithms")
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/crypto/caam/caamalg_qi.c

index 3425f2d9a2a1c2c7d66e01422771775e306f769a..058be8f094ee127d85c1aca979597d5c9c579a6c 100644 (file)
@@ -1968,7 +1968,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-qi",
                                .cra_blocksize = DES_BLOCK_SIZE,
                        },