OSDN Git Service

Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[uclinux-h8/linux.git] / crypto / Kconfig
index 86960aa..bbab6bf 100644 (file)
@@ -168,6 +168,16 @@ config CRYPTO_MANAGER_DISABLE_TESTS
          Disable run-time self tests that normally take place at
          algorithm registration.
 
+config CRYPTO_MANAGER_EXTRA_TESTS
+       bool "Enable extra run-time crypto self tests"
+       depends on DEBUG_KERNEL && !CRYPTO_MANAGER_DISABLE_TESTS
+       help
+         Enable extra run-time self tests of registered crypto algorithms,
+         including randomized fuzz tests.
+
+         This is intended for developer use only, as these tests take much
+         longer to run than the normal self tests.
+
 config CRYPTO_GF128MUL
        tristate "GF(2^128) multiplication functions"
        help