Searched refs:test (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | testmgr.c | 127 int (*test)(const struct alg_test_desc *desc, const char *driver, member 3380 static int drbg_cavs_test(const struct drbg_testvec *test, int pr, in drbg_cavs_test() argument 3387 unsigned char *buf = kzalloc(test->expectedlen, GFP_KERNEL); in drbg_cavs_test() 3401 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test() 3402 drbg_string_fill(&pers, test->pers, test->perslen); in drbg_cavs_test() 3409 drbg_string_fill(&addtl, test->addtla, test->addtllen); in drbg_cavs_test() 3411 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test() 3413 buf, test->expectedlen, &addtl, &test_data); in drbg_cavs_test() 3416 buf, test->expectedlen, &addtl); in drbg_cavs_test() 3424 drbg_string_fill(&addtl, test->addtlb, test->addtllen); in drbg_cavs_test() [all …]
|
D | api.c | 197 u32 test = 0; in crypto_alg_lookup() local 200 test |= CRYPTO_ALG_TESTED; in crypto_alg_lookup() 203 alg = __crypto_alg_lookup(name, type | test, mask | test); in crypto_alg_lookup() 204 if (!alg && test) { in crypto_alg_lookup()
|
D | algapi.c | 257 struct crypto_larval *test; in crypto_alg_tested() local 268 test = (struct crypto_larval *)q; in crypto_alg_tested() 279 alg = test->adult; in crypto_alg_tested() 343 complete_all(&test->completion); in crypto_alg_tested()
|
D | Kconfig | 211 Quick & dirty crypto test module. 715 Stress test for CRC32c and CRC-T10DIF algorithms implemented with
|
/crypto/async_tx/ |
D | raid6test.c | 144 static int test(int disks, int *tests) in test() function 201 err += test(4, &tests); in raid6_test() 203 err += test(5, &tests); in raid6_test() 208 err += test(11, &tests); in raid6_test() 209 err += test(12, &tests); in raid6_test() 217 err += test(24, &tests); in raid6_test() 219 err += test(NDISKS, &tests); in raid6_test()
|