Kconfig (a6b803b3ddc793d6db0c16f12fc12d30d20fa9cc) | Kconfig (a11d055e7a64ac34a5e99b6fe731299449cbcd58) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3comment "Crypto library routines" 4 5config CRYPTO_LIB_AES 6 tristate 7 8config CRYPTO_LIB_ARC4 --- 25 unchanged lines hidden (view full) --- 34 by either the generic implementation or an arch-specific one, if one 35 is available and enabled. 36 37config CRYPTO_LIB_DES 38 tristate 39 40config CRYPTO_LIB_POLY1305_RSIZE 41 int | 1# SPDX-License-Identifier: GPL-2.0 2 3comment "Crypto library routines" 4 5config CRYPTO_LIB_AES 6 tristate 7 8config CRYPTO_LIB_ARC4 --- 25 unchanged lines hidden (view full) --- 34 by either the generic implementation or an arch-specific one, if one 35 is available and enabled. 36 37config CRYPTO_LIB_DES 38 tristate 39 40config CRYPTO_LIB_POLY1305_RSIZE 41 int |
42 default 2 if MIPS |
|
42 default 4 if X86_64 43 default 9 if ARM || ARM64 44 default 1 45 46config CRYPTO_ARCH_HAVE_LIB_POLY1305 47 tristate 48 help 49 Declares whether the architecture provides an arch-specific --- 23 unchanged lines hidden --- | 43 default 4 if X86_64 44 default 9 if ARM || ARM64 45 default 1 46 47config CRYPTO_ARCH_HAVE_LIB_POLY1305 48 tristate 49 help 50 Declares whether the architecture provides an arch-specific --- 23 unchanged lines hidden --- |