Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 14 of 14) sorted by relevance

/net/mptcp/
A Dcrypto_test.c15 static struct test_case tests[] = { variable
41 for (i = 0; i < ARRAY_SIZE(tests); ++i) { in mptcp_crypto_test_basic()
43 key1 = be64_to_cpu(*((__be64 *)&tests[i].key[0])); in mptcp_crypto_test_basic()
44 key2 = be64_to_cpu(*((__be64 *)&tests[i].key[8])); in mptcp_crypto_test_basic()
45 nonce1 = be32_to_cpu(*((__be32 *)&tests[i].msg[0])); in mptcp_crypto_test_basic()
46 nonce2 = be32_to_cpu(*((__be32 *)&tests[i].msg[4])); in mptcp_crypto_test_basic()
56 KUNIT_EXPECT_STREQ(test, &hmac_hex[0], tests[i].result); in mptcp_crypto_test_basic()
A DKconfig26 tristate "This builds the MPTCP KUnit tests" if !KUNIT_ALL_TESTS
34 For more information on KUnit and unit tests in general please refer
/net/hsr/
A DKconfig34 compliancy tests have been made. Use iproute2 to select the protocol
37 You need to perform any and all necessary tests yourself before
45 tristate "PRP duplicate discard KUnit tests" if !KUNIT_ALL_TESTS
53 For more information on KUnit and unit tests in general please refer
/net/netfilter/
A Dxt_u32.c35 ct = &data->tests[testind]; in u32_match_it()
105 if (data->ntests > ARRAY_SIZE(data->tests)) in u32_mt_checkentry()
109 ct = &data->tests[i]; in u32_mt_checkentry()
/net/wireless/tests/
A DMakefile1 cfg80211-tests-y += module.o fragmentation.o scan.o util.o chan.o
3 obj-$(CONFIG_CFG80211_KUNIT_TEST) += cfg80211-tests.o
/net/mac80211/tests/
A DMakefile1 mac80211-tests-y += module.o util.o elems.o mfp.o tpe.o chan-mode.o
3 obj-$(CONFIG_MAC80211_KUNIT_TEST) += mac80211-tests.o
/net/sunrpc/
A DKconfig76 tristate "KUnit tests for RPCSEC GSS Kerberos" if !KUNIT_ALL_TESTS
80 This builds the KUnit tests for RPCSEC GSS Kerberos 5.
82 KUnit tests run during boot and output the results to the debug
87 For more information on KUnit and unit tests in general, refer
/net/
A DKconfig98 tristate "KUnit tests for the handshake upcall mechanism" if !KUNIT_ALL_TESTS
102 This builds the KUnit tests for the handshake upcall mechanism.
104 KUnit tests run during boot and output the results to the debug
109 For more information on KUnit and unit tests in general, refer
531 tristate "Unit tests for device address list"
536 tristate "KUnit tests for networking" if !KUNIT_ALL_TESTS
540 KUnit tests covering core networking infra, such as sk_buff.
/net/mctp/
A DKconfig16 bool "MCTP core tests" if !KUNIT_ALL_TESTS
/net/wireless/
A DMakefile3 obj-y += tests/
A DKconfig195 tristate "KUnit tests for cfg80211" if !KUNIT_ALL_TESTS
/net/mac80211/
A DMakefile68 obj-y += tests/
A DKconfig61 tristate "KUnit tests for mac80211" if !KUNIT_ALL_TESTS
/net/bluetooth/
A DKconfig125 Run self tests when initializing the Bluetooth subsystem. This

Completed in 72 milliseconds