summaryrefslogtreecommitdiffstats
path: root/arch/sparc/crypto/Kconfig
blob: 8db3f6eea5dc3abdfa35106069fc18cbdac53ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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