Searched refs:alg_test (Results 1 – 3 of 3) sorted by relevance
| /linux/crypto/ |
| H A D | drbg.c | 1248 err = alg_test("drbg_pr_hmac_sha512", in drbg_generate() 1251 err = alg_test("drbg_pr_ctr_aes256", in drbg_generate() 1254 err = alg_test("drbg_pr_sha256", in drbg_generate()
|
| H A D | testmgr.c | 64 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function 5676 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function 5780 EXPORT_SYMBOL_GPL(alg_test);
|
| H A D | tcrypt.c | 1445 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()
|