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_CRC32C_SPARC64
25 CRC32c CRC algorithm with the iSCSI polynomial (RFC 3385 and RFC 3720)
29 config CRYPTO_MD5_SPARC64
30 tristate "Digests: MD5"
35 MD5 message digest algorithm (RFC1321)
37 Architecture: sparc64 using crypto instructions, when available
39 config CRYPTO_SHA1_SPARC64
40 tristate "Hash functions: SHA-1"
45 SHA-1 secure hash algorithm (FIPS 180)
49 config CRYPTO_SHA256_SPARC64
50 tristate "Hash functions: SHA-224 and SHA-256"
55 SHA-224 and SHA-256 secure hash algorithms (FIPS 180)
57 Architecture: sparc64 using crypto instructions, when available
59 config CRYPTO_SHA512_SPARC64
60 tristate "Hash functions: SHA-384 and SHA-512"
65 SHA-384 and SHA-512 secure hash algorithms (FIPS 180)
67 Architecture: sparc64 using crypto instructions, when available
69 config CRYPTO_AES_SPARC64
70 tristate "Ciphers: AES, modes: ECB, CBC, CTR"
72 select CRYPTO_SKCIPHER
74 Block ciphers: AES cipher algorithms (FIPS-197)
75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
77 Architecture: sparc64 using crypto instructions
79 config CRYPTO_CAMELLIA_SPARC64
80 tristate "Ciphers: Camellia, modes: ECB, CBC"
83 select CRYPTO_SKCIPHER
85 Block ciphers: Camellia cipher algorithms
86 Length-preserving ciphers: Camellia with ECB and CBC modes