Kconfig (a1d93064094cc5e24d64e35cf093e7191d0c9344) Kconfig (f0e89bcfbb894e5844cd1bbf6b3cf7c63cb0f5ac)
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 4 if X86_64
42 default 1
43
44config CRYPTO_ARCH_HAVE_LIB_POLY1305
45 tristate
46 help
47 Declares whether the architecture provides an arch-specific
48 accelerated implementation of the Poly1305 library interface,
49 either builtin or as a module.

--- 21 unchanged lines hidden ---
43 default 1
44
45config CRYPTO_ARCH_HAVE_LIB_POLY1305
46 tristate
47 help
48 Declares whether the architecture provides an arch-specific
49 accelerated implementation of the Poly1305 library interface,
50 either builtin or as a module.

--- 21 unchanged lines hidden ---