Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dalgboss.c224 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED); in cryptomgr_test()
Ddrbg.c1398 err = alg_test("drbg_pr_hmac_sha256", in drbg_generate()
1401 err = alg_test("drbg_pr_ctr_aes128", in drbg_generate()
1404 err = alg_test("drbg_pr_sha256", in drbg_generate()
Dtestmgr.c37 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function
3659 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function
3720 EXPORT_SYMBOL_GPL(alg_test);
Dtcrypt.c1224 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()
/linux-4.1.27/include/linux/
Dcrypto.h759 int alg_test(const char *driver, const char *alg, u32 type, u32 mask);