Lines Matching full:tests
4 tristate "KUnit tests for AES-CMAC, AES-XCBC-MAC, and AES-CBC-MAC" if !KUNIT_ALL_TESTS
9 KUnit tests for the AES-CMAC, AES-XCBC-MAC, and AES-CBC-MAC message
13 tristate "KUnit tests for BLAKE2b" if !KUNIT_ALL_TESTS
18 KUnit tests for the BLAKE2b cryptographic hash function.
21 tristate "KUnit tests for BLAKE2s" if !KUNIT_ALL_TESTS
28 KUnit tests for the BLAKE2s cryptographic hash function.
31 tristate "KUnit tests for ChaCha20Poly1305" if !KUNIT_ALL_TESTS
36 KUnit tests for the ChaCha20Poly1305 authenticated encryption
40 tristate "KUnit tests for Curve25519" if !KUNIT_ALL_TESTS
45 KUnit tests for the Curve25519 Diffie-Hellman function.
48 tristate "KUnit tests for GHASH" if !KUNIT_ALL_TESTS
53 KUnit tests for the GHASH library functions.
56 tristate "KUnit tests for MD5" if !KUNIT_ALL_TESTS
61 KUnit tests for the MD5 cryptographic hash function and its
65 tristate "KUnit tests for ML-DSA" if !KUNIT_ALL_TESTS
70 KUnit tests for the ML-DSA digital signature algorithm.
73 tristate "KUnit tests for NH" if !KUNIT_ALL_TESTS
77 KUnit tests for the NH almost-universal hash function.
80 tristate "KUnit tests for Poly1305" if !KUNIT_ALL_TESTS
85 KUnit tests for the Poly1305 library functions.
88 tristate "KUnit tests for POLYVAL" if !KUNIT_ALL_TESTS
93 KUnit tests for the POLYVAL library functions.
96 tristate "KUnit tests for SHA-1" if !KUNIT_ALL_TESTS
101 KUnit tests for the SHA-1 cryptographic hash function and its
104 # Option is named *_SHA256_KUNIT_TEST, though both SHA-224 and SHA-256 tests are
107 tristate "KUnit tests for SHA-224 and SHA-256" if !KUNIT_ALL_TESTS
112 KUnit tests for the SHA-224 and SHA-256 cryptographic hash functions
115 # Option is named *_SHA512_KUNIT_TEST, though both SHA-384 and SHA-512 tests are
118 tristate "KUnit tests for SHA-384 and SHA-512" if !KUNIT_ALL_TESTS
123 KUnit tests for the SHA-384 and SHA-512 cryptographic hash functions
127 tristate "KUnit tests for SHA-3" if !KUNIT_ALL_TESTS
132 KUnit tests for the SHA3 cryptographic hash and XOF functions,
137 tristate "KUnit tests for SM3" if !KUNIT_ALL_TESTS
142 KUnit tests for the SM3 cryptographic hash function.
145 tristate "Enable all crypto library code for KUnit tests"
162 Enable all the crypto library code that has KUnit tests.
167 You'll still need to enable the tests themselves, either individually
174 bool "Include benchmarks in KUnit tests for cryptographic functions"
177 Include benchmarks in the KUnit tests for cryptographic functions.
182 functions. However, it will increase the runtime of the KUnit tests.