1 # SPDX-License-Identifier: GPL-2.0
3 menu "Accelerated Cryptographic Algorithms for CPU (sparc64)"
5 config CRYPTO_DES_SPARC64
6 tristate "Ciphers: DES and Triple DES EDE, modes: ECB/CBC"
10 select CRYPTO_SKCIPHER
12 Block cipher: DES (FIPS 46-2) cipher algorithm
13 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm
14 Length-preserving ciphers: DES with ECB and CBC modes
15 Length-preserving ciphers: Tripe DES EDE with ECB and CBC modes
19 config CRYPTO_MD5_SPARC64
20 tristate "Digests: MD5"
25 MD5 message digest algorithm (RFC1321)
27 Architecture: sparc64 using crypto instructions, when available
29 config CRYPTO_SHA1_SPARC64
30 tristate "Hash functions: SHA-1"
35 SHA-1 secure hash algorithm (FIPS 180)
39 config CRYPTO_SHA256_SPARC64
40 tristate "Hash functions: SHA-224 and SHA-256"
45 SHA-224 and SHA-256 secure hash algorithms (FIPS 180)
47 Architecture: sparc64 using crypto instructions, when available
49 config CRYPTO_SHA512_SPARC64
50 tristate "Hash functions: SHA-384 and SHA-512"
55 SHA-384 and SHA-512 secure hash algorithms (FIPS 180)
57 Architecture: sparc64 using crypto instructions, when available
59 config CRYPTO_AES_SPARC64
60 tristate "Ciphers: AES, modes: ECB, CBC, CTR"
62 select CRYPTO_SKCIPHER
64 Block ciphers: AES cipher algorithms (FIPS-197)
65 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
67 Architecture: sparc64 using crypto instructions
69 config CRYPTO_CAMELLIA_SPARC64
70 tristate "Ciphers: Camellia, modes: ECB, CBC"
73 select CRYPTO_SKCIPHER
75 Block ciphers: Camellia cipher algorithms
76 Length-preserving ciphers: Camellia with ECB and CBC modes