firmware/br-ext-chip-allwinner/board/v83x/kernel/patches/00000-crypto_Kconfig.patch

25 lines
771 B
Diff

diff -drupN a/crypto/Kconfig b/crypto/Kconfig
--- a/crypto/Kconfig 2018-08-06 17:23:04.000000000 +0300
+++ b/crypto/Kconfig 2022-06-12 05:28:14.000000000 +0300
@@ -1444,6 +1444,20 @@ config CRYPTO_SERPENT_AVX2_X86_64
See also:
<http://www.cl.cam.ac.uk/~rja14/serpent.html>
+config CRYPTO_SPECK
+ tristate "Speck cipher algorithm"
+ select CRYPTO_ALGAPI
+ help
+ Speck is a lightweight block cipher that is tuned for optimal
+ performance in software (rather than hardware).
+
+ Speck may not be as secure as AES, and should only be used on systems
+ where AES is not fast enough.
+
+ See also: <https://eprint.iacr.org/2013/404.pdf>
+
+ If unsure, say N.
+
config CRYPTO_TEA
tristate "TEA, XTEA and XETA cipher algorithms"
select CRYPTO_ALGAPI