Home
last modified time | relevance | path

Searched refs:alg_test (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/
H A Ddrbg.c1248 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 Dtestmgr.c64 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 Dtcrypt.c1445 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()