Kconfig (6f47c7ae8c7afaf9ad291d39f0d3974f191a7946) Kconfig (b42519dbba838c928e82b55f32712fbe3eed2c45)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "Accelerated Cryptographic Algorithms for CPU (powerpc)"
4
1# SPDX-License-Identifier: GPL-2.0
2
3menu "Accelerated Cryptographic Algorithms for CPU (powerpc)"
4
5config CRYPTO_CURVE25519_PPC64
6 tristate "Public key crypto: Curve25519 (PowerPC64)"
7 depends on PPC64 && CPU_LITTLE_ENDIAN
8 select CRYPTO_LIB_CURVE25519_GENERIC
9 select CRYPTO_ARCH_HAVE_LIB_CURVE25519
10 help
11 Curve25519 algorithm
12
13 Architecture: PowerPC64
14 - Little-endian
15
5config CRYPTO_CRC32C_VPMSUM
6 tristate "CRC32c"
7 depends on PPC64 && ALTIVEC
8 select CRYPTO_HASH
9 select CRC32
10 help
11 CRC32c CRC algorithm with the iSCSI polynomial (RFC 3385 and RFC 3720)
12

--- 148 unchanged lines hidden ---
16config CRYPTO_CRC32C_VPMSUM
17 tristate "CRC32c"
18 depends on PPC64 && ALTIVEC
19 select CRYPTO_HASH
20 select CRC32
21 help
22 CRC32c CRC algorithm with the iSCSI polynomial (RFC 3385 and RFC 3720)
23

--- 148 unchanged lines hidden ---