Lines Matching full:for

4 	tristate "KUnit tests for BLAKE2b" if !KUNIT_ALL_TESTS
9 KUnit tests for the BLAKE2b cryptographic hash function.
12 tristate "KUnit tests for BLAKE2s" if !KUNIT_ALL_TESTS
17 # exist; the BLAKE2s code is always built-in for the /dev/random driver.
19 KUnit tests for the BLAKE2s cryptographic hash function.
22 tristate "KUnit tests for Curve25519" if !KUNIT_ALL_TESTS
27 KUnit tests for the Curve25519 Diffie-Hellman function.
30 tristate "KUnit tests for MD5" if !KUNIT_ALL_TESTS
35 KUnit tests for the MD5 cryptographic hash function and its
39 tristate "KUnit tests for ML-DSA" if !KUNIT_ALL_TESTS
44 KUnit tests for the ML-DSA digital signature algorithm.
47 tristate "KUnit tests for NH" if !KUNIT_ALL_TESTS
51 KUnit tests for the NH almost-universal hash function.
54 tristate "KUnit tests for Poly1305" if !KUNIT_ALL_TESTS
59 KUnit tests for the Poly1305 library functions.
62 tristate "KUnit tests for POLYVAL" if !KUNIT_ALL_TESTS
67 KUnit tests for the POLYVAL library functions.
70 tristate "KUnit tests for SHA-1" if !KUNIT_ALL_TESTS
75 KUnit tests for the SHA-1 cryptographic hash function and its
79 # included, for consistency with the naming used elsewhere (e.g. CRYPTO_SHA256).
81 tristate "KUnit tests for SHA-224 and SHA-256" if !KUNIT_ALL_TESTS
86 KUnit tests for the SHA-224 and SHA-256 cryptographic hash functions
90 # included, for consistency with the naming used elsewhere (e.g. CRYPTO_SHA512).
92 tristate "KUnit tests for SHA-384 and SHA-512" if !KUNIT_ALL_TESTS
97 KUnit tests for the SHA-384 and SHA-512 cryptographic hash functions
101 tristate "KUnit tests for SHA-3" if !KUNIT_ALL_TESTS
106 KUnit tests for the SHA3 cryptographic hash and XOF functions,
114 bool "Include benchmarks in KUnit tests for cryptographic functions"
117 Include benchmarks in the KUnit tests for cryptographic functions.
121 This is useful for evaluating the performance of the cryptographic