diff options
| author | Mieczyslaw Nalewaj <namiltd@yahoo.com> | 2026-03-21 12:59:37 +0300 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2026-03-27 12:52:44 +0300 |
| commit | 9503ab5a1d0ef4cad2731d88699d7e6bb1a8a85d (patch) | |
| tree | b1bb0ea1020ff3f4c65fa08854400c6a29998adb | |
| parent | 67b53a660e6bf0da2fa8d8872e897a14d8059eaf (diff) | |
| download | linux-9503ab5a1d0ef4cad2731d88699d7e6bb1a8a85d.tar.xz | |
crypto: inside-secure/eip93 - correct ecb(des-eip93) typo
Correct the typo in the name "ecb(des-eip93)".
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
| -rw-r--r-- | drivers/crypto/inside-secure/eip93/eip93-cipher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/inside-secure/eip93/eip93-cipher.c b/drivers/crypto/inside-secure/eip93/eip93-cipher.c index 0713c71ab458..b91586853c27 100644 --- a/drivers/crypto/inside-secure/eip93/eip93-cipher.c +++ b/drivers/crypto/inside-secure/eip93/eip93-cipher.c @@ -320,7 +320,7 @@ struct eip93_alg_template eip93_alg_ecb_des = { .ivsize = 0, .base = { .cra_name = "ecb(des)", - .cra_driver_name = "ebc(des-eip93)", + .cra_driver_name = "ecb(des-eip93)", .cra_priority = EIP93_CRA_PRIORITY, .cra_flags = CRYPTO_ALG_ASYNC | CRYPTO_ALG_KERN_DRIVER_ONLY, |
