summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorOndrej Mosnacek <omosnacek@gmail.com>2018-05-11 14:19:11 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2018-05-19 00:15:18 +0800
commit093e2758759f7bf57f7c0c74d7212e7b9fc55efc (patch)
tree5d9e7fa58ab5bcf88f0fccde8a0997ff3687f746 /crypto/Kconfig
parent397846a9c2a7cfb09e8060cd4426b7749ff5d8fe (diff)
downloadlinux-crypto-093e2758759f7bf57f7c0c74d7212e7b9fc55efc.tar.gz
linux-crypto-093e2758759f7bf57f7c0c74d7212e7b9fc55efc.zip
crypto: morus - Add common SIMD glue code for MORUS
This patch adds a common glue code for optimized implementations of MORUS AEAD algorithms. 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/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 7c53547f..4761667f 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -340,12 +340,28 @@ config CRYPTO_MORUS640
help
Support for the MORUS-640 dedicated AEAD algorithm.
+config CRYPTO_MORUS640_GLUE
+ tristate "MORUS-640 AEAD algorithm (glue for SIMD optimizations)"
+ select CRYPTO_AEAD
+ select CRYPTO_CRYPTD
+ help
+ Common glue for SIMD optimizations of 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_MORUS1280_GLUE
+ tristate "MORUS-1280 AEAD algorithm (glue for SIMD optimizations)"
+ select CRYPTO_AEAD
+ select CRYPTO_CRYPTD
+ help
+ Common glue for SIMD optimizations of the MORUS-1280 dedicated AEAD
+ algorithm.
+
config CRYPTO_SEQIV
tristate "Sequence Number IV Generator"
select CRYPTO_AEAD