Lines Matching full:for

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
26 # exist; the BLAKE2s code is always built-in for the /dev/random driver.
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
105 # included, for consistency with the naming used elsewhere (e.g. CRYPTO_SHA256).
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
116 # included, for consistency with the naming used elsewhere (e.g. CRYPTO_SHA512).
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"
174 bool "Include benchmarks in KUnit tests for cryptographic functions"
177 Include benchmarks in the KUnit tests for cryptographic functions.
181 This is useful for evaluating the performance of the cryptographic