Home
last modified time | relevance | path

Searched refs:test (Results 1 – 4 of 4) sorted by relevance

/crypto/
Dtestmgr.c113 int (*test)(const struct alg_test_desc *desc, const char *driver, member
1640 .test = alg_test_null,
1643 .test = alg_test_null,
1646 .test = alg_test_null,
1649 .test = alg_test_null,
1652 .test = alg_test_null,
1655 .test = alg_test_null,
1658 .test = alg_test_null,
1661 .test = alg_test_null,
1665 .test = alg_test_null,
[all …]
Dalgapi.c228 struct crypto_larval *test; in crypto_alg_tested() local
238 test = (struct crypto_larval *)q; in crypto_alg_tested()
249 alg = test->adult; in crypto_alg_tested()
296 complete_all(&test->completion); in crypto_alg_tested()
DKconfig175 Quick & dirty crypto test module.
/crypto/async_tx/
Draid6test.c155 static int test(int disks, int *tests) in test() function
212 err += test(4, &tests); in raid6_test()
214 err += test(5, &tests); in raid6_test()
219 err += test(11, &tests); in raid6_test()
220 err += test(12, &tests); in raid6_test()
222 err += test(NDISKS, &tests); in raid6_test()