summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorOndrej Mosnacek <omosnacek@gmail.com>2018-05-11 14:19:09 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2018-05-19 00:15:00 +0800
commit4cc215a8b72d5acd158cda9789eb499cda062fc7 (patch)
tree126add4bee10c278236a727a9c4a9cc588b6e08b /crypto/Kconfig
parent8cf2e11447c8407beeeb1ffe40ca09f5508aedcc (diff)
downloadlinux-crypto-4cc215a8b72d5acd158cda9789eb499cda062fc7.tar.gz
linux-crypto-4cc215a8b72d5acd158cda9789eb499cda062fc7.zip
crypto: morus - Add generic MORUS AEAD implementations
This patch adds the generic implementation of the MORUS family of AEAD algorithms (MORUS-640 and MORUS-1280). The original authors of MORUS are Hongjun Wu and Tao Huang. At the time of writing, MORUS is one of the finalists in CAESAR, an open competition intended to select a portfolio of alternatives to the problematic AES-GCM: https://competitions.cr.yp.to/caesar-submissions.html https://competitions.cr.yp.to/round3/morusv2.pdf Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index d8d123ea..7c53547f 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -334,6 +334,18 @@ config CRYPTO_AEGIS256_AESNI_SSE2
help
AESNI+SSE2 implementation of the AEGSI-256 dedicated AEAD algorithm.
+config CRYPTO_MORUS640
+ tristate "MORUS-640 AEAD algorithm"
+ select CRYPTO_AEAD
+ help
+ Support for the MORUS-640 dedicated AEAD algorithm.
+
+config CRYPTO_MORUS1280
+ tristate "MORUS-1280 AEAD algorithm"
+ select CRYPTO_AEAD
+ help
+ Support for the MORUS-1280 dedicated AEAD algorithm.
+
config CRYPTO_SEQIV
tristate "Sequence Number IV Generator"
select CRYPTO_AEAD