Kconfig (70cb6ca58fddb02e269fe743ba75d53d577b5b1c) | Kconfig (00d549bb89e471b7df550459fcb51ffbded39cbf) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3menu "Crypto library routines" 4 5config CRYPTO_HASH_INFO 6 bool 7 8config CRYPTO_LIB_UTILS --- 133 unchanged lines hidden (view full) --- 142 help 143 The SHA-1 library functions. Select this if your module uses any of 144 the functions from <crypto/sha1.h>. 145 146config CRYPTO_LIB_SHA1_ARCH 147 bool 148 depends on CRYPTO_LIB_SHA1 && !UML 149 default y if ARM | 1# SPDX-License-Identifier: GPL-2.0 2 3menu "Crypto library routines" 4 5config CRYPTO_HASH_INFO 6 bool 7 8config CRYPTO_LIB_UTILS --- 133 unchanged lines hidden (view full) --- 142 help 143 The SHA-1 library functions. Select this if your module uses any of 144 the functions from <crypto/sha1.h>. 145 146config CRYPTO_LIB_SHA1_ARCH 147 bool 148 depends on CRYPTO_LIB_SHA1 && !UML 149 default y if ARM |
150 default y if ARM64 && KERNEL_MODE_NEON |
|
150 151config CRYPTO_LIB_SHA256 152 tristate 153 help 154 Enable the SHA-256 library interface. This interface may be fulfilled 155 by either the generic implementation or an arch-specific one, if one 156 is available and enabled. 157 --- 58 unchanged lines hidden --- | 151 152config CRYPTO_LIB_SHA256 153 tristate 154 help 155 Enable the SHA-256 library interface. This interface may be fulfilled 156 by either the generic implementation or an arch-specific one, if one 157 is available and enabled. 158 --- 58 unchanged lines hidden --- |