summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorOndrej Mosnacek <omosnace@redhat.com>2019-03-15 08:47:25 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2019-03-22 20:58:20 +0800
commit6d20b3f13f0035216c331bbcc97d1f0e188d7c91 (patch)
treeacb1fab7ee2b7b394a3c222e305ffda5b29ab7f4 /crypto/Kconfig
parentb22383c670c877ae6fe722c1e57d20360ba8a6b2 (diff)
downloadlinux-crypto-6d20b3f13f0035216c331bbcc97d1f0e188d7c91.tar.gz
linux-crypto-6d20b3f13f0035216c331bbcc97d1f0e188d7c91.zip
crypto: Kconfig - fix typos AEGSI -> AEGIS
Spotted while reviewind patches from Eric Biggers. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 6ad6d11c..7c5b5b2f 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -312,7 +312,7 @@ config CRYPTO_AEGIS128_AESNI_SSE2
select CRYPTO_AEAD
select CRYPTO_SIMD
help
- AESNI+SSE2 implementation of the AEGSI-128 dedicated AEAD algorithm.
+ AESNI+SSE2 implementation of the AEGIS-128 dedicated AEAD algorithm.
config CRYPTO_AEGIS128L_AESNI_SSE2
tristate "AEGIS-128L AEAD algorithm (x86_64 AESNI+SSE2 implementation)"
@@ -320,7 +320,7 @@ config CRYPTO_AEGIS128L_AESNI_SSE2
select CRYPTO_AEAD
select CRYPTO_SIMD
help
- AESNI+SSE2 implementation of the AEGSI-128L dedicated AEAD algorithm.
+ AESNI+SSE2 implementation of the AEGIS-128L dedicated AEAD algorithm.
config CRYPTO_AEGIS256_AESNI_SSE2
tristate "AEGIS-256 AEAD algorithm (x86_64 AESNI+SSE2 implementation)"
@@ -328,7 +328,7 @@ config CRYPTO_AEGIS256_AESNI_SSE2
select CRYPTO_AEAD
select CRYPTO_SIMD
help
- AESNI+SSE2 implementation of the AEGSI-256 dedicated AEAD algorithm.
+ AESNI+SSE2 implementation of the AEGIS-256 dedicated AEAD algorithm.
config CRYPTO_MORUS640
tristate "MORUS-640 AEAD algorithm"