xref: /linux/lib/crypto/.kunitconfig (revision 6a42ff33f38d171a6bf8304f6323c43e8a0ed9b6)
1*20d6f070SEric BiggersCONFIG_KUNIT=y
2*20d6f070SEric Biggers
3*20d6f070SEric Biggers# These kconfig options select all the CONFIG_CRYPTO_LIB_* symbols that have a
4*20d6f070SEric Biggers# corresponding KUnit test.  Those symbols cannot be directly enabled here,
5*20d6f070SEric Biggers# since they are hidden symbols.
6*20d6f070SEric BiggersCONFIG_CRYPTO=y
7*20d6f070SEric BiggersCONFIG_CRYPTO_ADIANTUM=y
8*20d6f070SEric BiggersCONFIG_CRYPTO_BLAKE2B=y
9*20d6f070SEric BiggersCONFIG_CRYPTO_CHACHA20POLY1305=y
10*20d6f070SEric BiggersCONFIG_CRYPTO_HCTR2=y
11*20d6f070SEric BiggersCONFIG_CRYPTO_MD5=y
12*20d6f070SEric BiggersCONFIG_CRYPTO_MLDSA=y
13*20d6f070SEric BiggersCONFIG_CRYPTO_SHA1=y
14*20d6f070SEric BiggersCONFIG_CRYPTO_SHA256=y
15*20d6f070SEric BiggersCONFIG_CRYPTO_SHA512=y
16*20d6f070SEric BiggersCONFIG_CRYPTO_SHA3=y
17*20d6f070SEric BiggersCONFIG_INET=y
18*20d6f070SEric BiggersCONFIG_IPV6=y
19*20d6f070SEric BiggersCONFIG_NET=y
20*20d6f070SEric BiggersCONFIG_NETDEVICES=y
21*20d6f070SEric BiggersCONFIG_WIREGUARD=y
22*20d6f070SEric Biggers
23*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_BLAKE2B_KUNIT_TEST=y
24*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_BLAKE2S_KUNIT_TEST=y
25*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_CURVE25519_KUNIT_TEST=y
26*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_MD5_KUNIT_TEST=y
27*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_MLDSA_KUNIT_TEST=y
28*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_NH_KUNIT_TEST=y
29*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_POLY1305_KUNIT_TEST=y
30*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_POLYVAL_KUNIT_TEST=y
31*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_SHA1_KUNIT_TEST=y
32*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_SHA256_KUNIT_TEST=y
33*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_SHA512_KUNIT_TEST=y
34*20d6f070SEric BiggersCONFIG_CRYPTO_LIB_SHA3_KUNIT_TEST=y
35