Kconfig (66da65005aa819e0b8d3a08f5ec1491b7690cb67) | Kconfig (920b0442b9f884f55f4745b53430c80e71e90275) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3menu "Crypto library routines" 4 5config CRYPTO_LIB_AES 6 tristate 7 8config CRYPTO_LIB_ARC4 --- 57 unchanged lines hidden (view full) --- 66 fallback, e.g., for SIMD implementations. If no arch specific 67 implementation is enabled, this implementation serves the users 68 of CRYPTO_LIB_CURVE25519. 69 70config CRYPTO_LIB_CURVE25519 71 tristate "Curve25519 scalar multiplication library" 72 depends on CRYPTO_ARCH_HAVE_LIB_CURVE25519 || !CRYPTO_ARCH_HAVE_LIB_CURVE25519 73 select CRYPTO_LIB_CURVE25519_GENERIC if CRYPTO_ARCH_HAVE_LIB_CURVE25519=n | 1# SPDX-License-Identifier: GPL-2.0 2 3menu "Crypto library routines" 4 5config CRYPTO_LIB_AES 6 tristate 7 8config CRYPTO_LIB_ARC4 --- 57 unchanged lines hidden (view full) --- 66 fallback, e.g., for SIMD implementations. If no arch specific 67 implementation is enabled, this implementation serves the users 68 of CRYPTO_LIB_CURVE25519. 69 70config CRYPTO_LIB_CURVE25519 71 tristate "Curve25519 scalar multiplication library" 72 depends on CRYPTO_ARCH_HAVE_LIB_CURVE25519 || !CRYPTO_ARCH_HAVE_LIB_CURVE25519 73 select CRYPTO_LIB_CURVE25519_GENERIC if CRYPTO_ARCH_HAVE_LIB_CURVE25519=n |
74 select LIB_MEMNEQ |
|
74 help 75 Enable the Curve25519 library interface. This interface may be 76 fulfilled by either the generic implementation or an arch-specific 77 one, if one is available and enabled. 78 79config CRYPTO_LIB_DES 80 tristate 81 --- 45 unchanged lines hidden --- | 75 help 76 Enable the Curve25519 library interface. This interface may be 77 fulfilled by either the generic implementation or an arch-specific 78 one, if one is available and enabled. 79 80config CRYPTO_LIB_DES 81 tristate 82 --- 45 unchanged lines hidden --- |