1# SPDX-License-Identifier: GPL-2.0 2 3menu "Accelerated Cryptographic Algorithms for CPU (sparc64)" 4 5config CRYPTO_AES_SPARC64 6 tristate "Ciphers: AES, modes: ECB, CBC, CTR" 7 depends on SPARC64 8 select CRYPTO_LIB_AES 9 select CRYPTO_SKCIPHER 10 help 11 Length-preseving ciphers: AES with ECB, CBC, and CTR modes 12 13 Architecture: sparc64 using crypto instructions 14 15config CRYPTO_CAMELLIA_SPARC64 16 tristate "Ciphers: Camellia, modes: ECB, CBC" 17 depends on SPARC64 18 select CRYPTO_ALGAPI 19 select CRYPTO_SKCIPHER 20 help 21 Block ciphers: Camellia cipher algorithms 22 Length-preserving ciphers: Camellia with ECB and CBC modes 23 24 Architecture: sparc64 25 26endmenu 27