diff options
author | Robert Elliott <elliott@hpe.com> | 2022-08-20 21:41:50 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-08-26 13:50:43 +0300 |
commit | cf514b2a5902ee4f93e9636ace5228fed27f23bb (patch) | |
tree | 8c38328e90cf83d3216b8b1bfabfbbd3074aded1 /arch/mips/crypto/Kconfig | |
parent | 9bc517155f41fbe387a4602e1860ab1ae0eae638 (diff) | |
download | linux-cf514b2a5902ee4f93e9636ace5228fed27f23bb.tar.xz |
crypto: Kconfig - simplify cipher entries
Shorten menu titles and make them consistent:
- acronym
- name
- architecture features in parenthesis
- no suffixes like "<something> algorithm", "support", or
"hardware acceleration", or "optimized"
Simplify help text descriptions, update references, and ensure that
https references are still valid.
Signed-off-by: Robert Elliott <elliott@hpe.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/mips/crypto/Kconfig')
-rw-r--r-- | arch/mips/crypto/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/mips/crypto/Kconfig b/arch/mips/crypto/Kconfig index de162f69675c..9003a5c1e879 100644 --- a/arch/mips/crypto/Kconfig +++ b/arch/mips/crypto/Kconfig @@ -61,9 +61,14 @@ config CRYPTO_SHA512_OCTEON Architecture: mips OCTEON using crypto instructions, when available config CRYPTO_CHACHA_MIPS - tristate "ChaCha stream cipher algorithms (MIPS 32r2 optimized)" + tristate "Ciphers: ChaCha20, XChaCha20, XChaCha12 (MIPS32r2)" depends on CPU_MIPS32_R2 select CRYPTO_SKCIPHER select CRYPTO_ARCH_HAVE_LIB_CHACHA + help + Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12 + stream cipher algorithms + + Architecture: MIPS32r2 endmenu |