Searched refs:alg_test (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/crypto/ |
D | algboss.c | 206 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED); in cryptomgr_test()
|
D | drbg.c | 1433 err = alg_test("drbg_pr_hmac_sha256", in drbg_generate() 1436 err = alg_test("drbg_pr_ctr_aes128", in drbg_generate() 1439 err = alg_test("drbg_pr_sha256", in drbg_generate()
|
D | testmgr.c | 63 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function 5631 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function 5700 EXPORT_SYMBOL_GPL(alg_test);
|
D | tcrypt.c | 1654 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()
|
/Linux-v5.10/include/linux/ |
D | crypto.h | 685 int alg_test(const char *driver, const char *alg, u32 type, u32 mask);
|