/Linux-v4.19/crypto/ |
D | testmgr.c | 138 } suite; member 1729 if (desc->suite.aead.enc.vecs) { in alg_test_aead() 1730 err = test_aead(tfm, ENCRYPT, desc->suite.aead.enc.vecs, in alg_test_aead() 1731 desc->suite.aead.enc.count); in alg_test_aead() 1736 if (!err && desc->suite.aead.dec.vecs) in alg_test_aead() 1737 err = test_aead(tfm, DECRYPT, desc->suite.aead.dec.vecs, in alg_test_aead() 1738 desc->suite.aead.dec.count); in alg_test_aead() 1748 const struct cipher_test_suite *suite = &desc->suite.cipher; in alg_test_cipher() local 1759 err = test_cipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_cipher() 1761 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher() [all …]
|
/Linux-v4.19/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 14 - adding commands to be run before and/or after the test suite 18 pre (the pre-suite stage) 23 post (the post-suite stage) 48 TAP output. The tdc.py script will do that for the test suite as 52 post-suite method using this info passed in to the pre_suite method.
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | README | 1 tdc - Linux Traffic Control (tc) unit testing suite 72 One run of tests is considered a "test suite" (this will be refined in the 73 future). A test suite has one or more test cases in it. 128 -P, --pause Pause execution just before post-suite stage 191 pre- and post-suite 196 The pre-suite hook receives the number of tests and an array of test ids. 208 - pre (pre-suite) 213 - post (post-suite) 244 first version of the tc testing suite. This work was presented at
|
D | TODO.txt | 9 need to better handle problems in pre- and post-suite. 28 and a way to configure a test suite,
|
/Linux-v4.19/Documentation/arm/VFP/ |
D | release-notes.txt | 12 John R. Hauser using the TestFloat-2a test suite. Details of this 13 library and test suite can be found at:
|
/Linux-v4.19/Documentation/ |
D | clearing-warn-once.txt | 7 This can be useful after test suite runs to reproduce problems.
|
/Linux-v4.19/tools/testing/vsock/ |
D | README | 1 AF_VSOCK test suite
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-help.txt | 38 Part of the linkperf:perf[1] suite
|
D | perf-bench.txt | 11 'perf bench' [<common options>] <subsystem> <suite> [<options>]
|
/Linux-v4.19/Documentation/input/devices/ |
D | pxrc.rst | 44 the `input layer utilities` suite [2]_.
|
/Linux-v4.19/lib/ |
D | Kconfig.kgdb | 32 bool "KGDB: internal test suite" 56 This is the command string to send the kgdb test suite on
|
/Linux-v4.19/samples/bpf/ |
D | README.rst | 4 This directory contains a test stubs, verifier test-suite and examples
|
/Linux-v4.19/net/mac80211/ |
D | main.c | 753 u32 suite = local->hw.wiphy->cipher_suites[r]; in ieee80211_init_cipher_suites() local 755 if (suite == WLAN_CIPHER_SUITE_WEP40 || in ieee80211_init_cipher_suites() 756 suite == WLAN_CIPHER_SUITE_WEP104) in ieee80211_init_cipher_suites() 758 suites[w++] = suite; in ieee80211_init_cipher_suites()
|
/Linux-v4.19/Documentation/driver-api/dmaengine/ |
D | dmatest.rst | 10 The test suite works only on the channels that have at least one
|
/Linux-v4.19/Documentation/isdn/ |
D | HiSax.cert | 17 HiSax has passed the ITU approval test suite with ELSA Quickstep ISDN cards
|
/Linux-v4.19/drivers/staging/ks7010/ |
D | ks_hostif.c | 1599 unsigned char suite[4][CIPHER_ID_LEN]; member 1644 memcpy(&wpa_suite.suite[0][0], buf, CIPHER_ID_LEN); in hostif_sme_set_rsn() 1675 memcpy(&wpa_suite.suite[0][0], buf, CIPHER_ID_LEN); in hostif_sme_set_rsn() 1678 &wpa_suite.suite[0][0], in hostif_sme_set_rsn() 1704 memcpy(&wpa_suite.suite[0][0], buf, KEY_MGMT_ID_LEN); in hostif_sme_set_rsn()
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | TODO | 70 file system xfstest suite.
|
/Linux-v4.19/fs/fat/ |
D | Kconfig | 19 mtools ("man mtools") program suite. You don't need to say Y here in
|
/Linux-v4.19/Documentation/device-mapper/ |
D | cache.txt | 300 The test suite can be found here: 302 https://github.com/jthornber/device-mapper-test-suite
|
/Linux-v4.19/Documentation/vm/ |
D | hwpoison.rst | 173 Test suite (hwpoison specific portable tests in tsrc)
|
/Linux-v4.19/Documentation/scsi/ |
D | osd.txt | 53 osd_ktest.{h,c} In-kernel test suite (called by osd_uld)
|
/Linux-v4.19/tools/perf/tests/ |
D | make | 5 # no target specified, trigger the whole suite
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-deadline.txt | 25 A. Test suite 697 Appendix A. Test suite 701 are part of a wider Linux Scheduler validation suite. The suite is
|
/Linux-v4.19/Documentation/bpf/ |
D | bpf_devel_QA.rst | 181 ii) run extensive BPF test suite and 229 selftests_ suite. If they are not present and we think they are 421 the BPF selftests_ suite in order to test BPF functionality (current
|
/Linux-v4.19/Documentation/input/ |
D | input.rst | 179 whole suite. It handles all HID devices, and because there is a very
|