Searched refs:test (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | testmgr.c | 113 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 …]
|
D | algapi.c | 228 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()
|
D | Kconfig | 175 Quick & dirty crypto test module.
|
/crypto/async_tx/ |
D | raid6test.c | 155 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()
|