Kconfig (5fb8ef25803ef33e2eb60b626435828b937bed75) | Kconfig (48ea8c6ebc96bc0990e12ee1c43d0832c23576bb) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3comment "Crypto library routines" 4 5config CRYPTO_LIB_AES 6 tristate 7 8config CRYPTO_LIB_ARC4 --- 23 unchanged lines hidden (view full) --- 32 help 33 Enable the ChaCha library interface. This interface may be fulfilled 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 | 1# SPDX-License-Identifier: GPL-2.0 2 3comment "Crypto library routines" 4 5config CRYPTO_LIB_AES 6 tristate 7 8config CRYPTO_LIB_ARC4 --- 23 unchanged lines hidden (view full) --- 32 help 33 Enable the ChaCha library interface. This interface may be fulfilled 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_GENERIC 41 tristate 42 |
|
40config CRYPTO_LIB_SHA256 41 tristate | 43config CRYPTO_LIB_SHA256 44 tristate |