Lines Matching full:crypto

9 source "crypto/async_tx/Kconfig"
14 menuconfig CRYPTO config
20 if CRYPTO
22 menu "Crypto core or helper"
39 This option sets the FIPS Module name reported by the Crypto API via
40 the /proc/sys/crypto/fips_name file.
144 cbc(aes), and the support for the crypto self-tests.
178 CRYPTO_SELFTESTS_FULL to get the full set of tests. All crypto code
194 All crypto code in the kernel is expected to pass the full tests.
205 tristate "Parallel crypto engine"
211 This converts an arbitrary crypto algorithm into a parallel
215 tristate "Software async crypto daemon"
221 This is a generic software asynchronous crypto daemon that
222 converts an arbitrary synchronous software crypto algorithm
248 tristate "Crypto benchmarking module"
255 Quick & dirty crypto benchmarking module.
599 CPUs without dedicated crypto instructions. It encrypts
694 ARMv8 crypto extensions.
840 This driver implements a crypto API template that can be
1296 See Documentation/crypto/userspace-if.rst and
1307 See Documentation/crypto/userspace-if.rst and
1319 See Documentation/crypto/userspace-if.rst and
1343 See Documentation/crypto/userspace-if.rst and
1359 source "arch/arm/crypto/Kconfig"
1362 source "arch/arm64/crypto/Kconfig"
1365 source "arch/loongarch/crypto/Kconfig"
1368 source "arch/mips/crypto/Kconfig"
1371 source "arch/powerpc/crypto/Kconfig"
1374 source "arch/riscv/crypto/Kconfig"
1377 source "arch/s390/crypto/Kconfig"
1380 source "arch/sparc/crypto/Kconfig"
1383 source "arch/x86/crypto/Kconfig"
1387 source "drivers/crypto/Kconfig"
1388 source "crypto/asymmetric_keys/Kconfig"
1390 source "crypto/krb5/Kconfig"
1392 endif # if CRYPTO