diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index ec8369cff322..981497c89752 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -412,6 +412,20 @@ config CRYPTO_ANUBIS | |||
412 | <https://www.cosic.esat.kuleuven.ac.be/nessie/reports/> | 412 | <https://www.cosic.esat.kuleuven.ac.be/nessie/reports/> |
413 | <http://planeta.terra.com.br/informatica/paulobarreto/AnubisPage.html> | 413 | <http://planeta.terra.com.br/informatica/paulobarreto/AnubisPage.html> |
414 | 414 | ||
415 | config CRYPTO_SEED | ||
416 | tristate "SEED cipher algorithm" | ||
417 | select CRYPTO_ALGAPI | ||
418 | help | ||
419 | SEED cipher algorithm (RFC4269). | ||
420 | |||
421 | SEED is a 128-bit symmetric key block cipher that has been | ||
422 | developed by KISA (Korea Information Security Agency) as a | ||
423 | national standard encryption algorithm of the Republic of Korea. | ||
424 | It is a 16 round block cipher with the key size of 128 bit. | ||
425 | |||
426 | See also: | ||
427 | <http://www.kisa.or.kr/kisa/seed/jsp/seed_eng.jsp> | ||
428 | |||
415 | 429 | ||
416 | config CRYPTO_DEFLATE | 430 | config CRYPTO_DEFLATE |
417 | tristate "Deflate compression algorithm" | 431 | tristate "Deflate compression algorithm" |