mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
Since DES and Triple DES are obsolete, there is very little point in maintining architecture-optimized code for them. Remove it. Signed-off-by: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
27 lines
652 B
Plaintext
27 lines
652 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
menu "Accelerated Cryptographic Algorithms for CPU (sparc64)"
|
|
|
|
config CRYPTO_AES_SPARC64
|
|
tristate "Ciphers: AES, modes: ECB, CBC, CTR"
|
|
depends on SPARC64
|
|
select CRYPTO_LIB_AES
|
|
select CRYPTO_SKCIPHER
|
|
help
|
|
Length-preseving ciphers: AES with ECB, CBC, and CTR modes
|
|
|
|
Architecture: sparc64 using crypto instructions
|
|
|
|
config CRYPTO_CAMELLIA_SPARC64
|
|
tristate "Ciphers: Camellia, modes: ECB, CBC"
|
|
depends on SPARC64
|
|
select CRYPTO_ALGAPI
|
|
select CRYPTO_SKCIPHER
|
|
help
|
|
Block ciphers: Camellia cipher algorithms
|
|
Length-preserving ciphers: Camellia with ECB and CBC modes
|
|
|
|
Architecture: sparc64
|
|
|
|
endmenu
|