Lines Matching refs:tests
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
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
78 # Option is named *_SHA256_KUNIT_TEST, though both SHA-224 and SHA-256 tests are
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
89 # Option is named *_SHA512_KUNIT_TEST, though both SHA-384 and SHA-512 tests are
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.
122 functions. However, it will increase the runtime of the KUnit tests.