File tree Expand file tree Collapse file tree 5 files changed +1130
-0
lines changed Expand file tree Collapse file tree 5 files changed +1130
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,18 @@ config CRYPTO_AEGIS256_AESNI_SSE2
334
334
help
335
335
AESNI+SSE2 implementation of the AEGSI-256 dedicated AEAD algorithm.
336
336
337
+ config CRYPTO_MORUS640
338
+ tristate "MORUS-640 AEAD algorithm"
339
+ select CRYPTO_AEAD
340
+ help
341
+ Support for the MORUS-640 dedicated AEAD algorithm.
342
+
343
+ config CRYPTO_MORUS1280
344
+ tristate "MORUS-1280 AEAD algorithm"
345
+ select CRYPTO_AEAD
346
+ help
347
+ Support for the MORUS-1280 dedicated AEAD algorithm.
348
+
337
349
config CRYPTO_SEQIV
338
350
tristate "Sequence Number IV Generator"
339
351
select CRYPTO_AEAD
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ obj-$(CONFIG_CRYPTO_CHACHA20POLY1305) += chacha20poly1305.o
89
89
obj-$(CONFIG_CRYPTO_AEGIS128) += aegis128.o
90
90
obj-$(CONFIG_CRYPTO_AEGIS128L) += aegis128l.o
91
91
obj-$(CONFIG_CRYPTO_AEGIS256) += aegis256.o
92
+ obj-$(CONFIG_CRYPTO_MORUS640) += morus640.o
93
+ obj-$(CONFIG_CRYPTO_MORUS1280) += morus1280.o
92
94
obj-$(CONFIG_CRYPTO_PCRYPT) += pcrypt.o
93
95
obj-$(CONFIG_CRYPTO_CRYPTD) += cryptd.o
94
96
obj-$(CONFIG_CRYPTO_MCRYPTD) += mcryptd.o
You can’t perform that action at this time.
0 commit comments