Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v4.19/crypto/
Dtestmgr.c138 } 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/
DAddingPlugins.txt14 - 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/
DREADME1 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
DTODO.txt9 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/
Drelease-notes.txt12 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/
Dclearing-warn-once.txt7 This can be useful after test suite runs to reproduce problems.
/Linux-v4.19/tools/testing/vsock/
DREADME1 AF_VSOCK test suite
/Linux-v4.19/tools/perf/Documentation/
Dperf-help.txt38 Part of the linkperf:perf[1] suite
Dperf-bench.txt11 'perf bench' [<common options>] <subsystem> <suite> [<options>]
/Linux-v4.19/Documentation/input/devices/
Dpxrc.rst44 the `input layer utilities` suite [2]_.
/Linux-v4.19/lib/
DKconfig.kgdb32 bool "KGDB: internal test suite"
56 This is the command string to send the kgdb test suite on
/Linux-v4.19/samples/bpf/
DREADME.rst4 This directory contains a test stubs, verifier test-suite and examples
/Linux-v4.19/net/mac80211/
Dmain.c753 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/
Ddmatest.rst10 The test suite works only on the channels that have at least one
/Linux-v4.19/Documentation/isdn/
DHiSax.cert17 HiSax has passed the ITU approval test suite with ELSA Quickstep ISDN cards
/Linux-v4.19/drivers/staging/ks7010/
Dks_hostif.c1599 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/
DTODO70 file system xfstest suite.
/Linux-v4.19/fs/fat/
DKconfig19 mtools ("man mtools") program suite. You don't need to say Y here in
/Linux-v4.19/Documentation/device-mapper/
Dcache.txt300 The test suite can be found here:
302 https://github.com/jthornber/device-mapper-test-suite
/Linux-v4.19/Documentation/vm/
Dhwpoison.rst173 Test suite (hwpoison specific portable tests in tsrc)
/Linux-v4.19/Documentation/scsi/
Dosd.txt53 osd_ktest.{h,c} In-kernel test suite (called by osd_uld)
/Linux-v4.19/tools/perf/tests/
Dmake5 # no target specified, trigger the whole suite
/Linux-v4.19/Documentation/scheduler/
Dsched-deadline.txt25 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/
Dbpf_devel_QA.rst181 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/
Dinput.rst179 whole suite. It handles all HID devices, and because there is a very

12