Skip to content

Commit 84ea954

Browse files
horiagherbertx
authored andcommitted
crypto: caam/qi - fix typo in authenc alg driver name
s/desi/des for echainiv(authenc(hmac(sha256),cbc(des))) alg. Cc: <[email protected]> Fixes: b189817 ("crypto: caam/qi - add ablkcipher and authenc algorithms") Signed-off-by: Horia Geantă <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent c609048 commit 84ea954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/caam/caamalg_qi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ static struct caam_aead_alg driver_aeads[] = {
19681968
.cra_name = "echainiv(authenc(hmac(sha256),"
19691969
"cbc(des)))",
19701970
.cra_driver_name = "echainiv-authenc-"
1971-
"hmac-sha256-cbc-desi-"
1971+
"hmac-sha256-cbc-des-"
19721972
"caam-qi",
19731973
.cra_blocksize = DES_BLOCK_SIZE,
19741974
},

0 commit comments

Comments
 (0)