Home
last modified time | relevance | path

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

/linux/crypto/
H A Dalgboss.c179 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED); in cryptomgr_test()
H A Ddrbg.c1238 err = alg_test("drbg_pr_hmac_sha512", in drbg_generate()
1241 err = alg_test("drbg_pr_ctr_aes256", in drbg_generate()
1244 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
5704 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function
5808 EXPORT_SYMBOL_GPL(alg_test);
H A Dtcrypt.c1445 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()