Searched refs:alg_test (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/crypto/ |
D | algboss.c | 223 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED); in cryptomgr_test()
|
D | drbg.c | 1331 err = alg_test("drbg_pr_hmac_sha256", in drbg_generate() 1334 err = alg_test("drbg_pr_ctr_aes128", in drbg_generate() 1337 err = alg_test("drbg_pr_sha256", in drbg_generate()
|
D | testmgr.c | 47 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function 3682 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function 3748 EXPORT_SYMBOL_GPL(alg_test);
|
D | tcrypt.c | 1654 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 665 int alg_test(const char *driver, const char *alg, u32 type, u32 mask);
|