Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dinternal.h67 int alg_test(const char *driver, const char *alg, u32 type, u32 mask);
H A Dalgboss.c180 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED); in cryptomgr_test()
H A Ddrbg.c1478 err = alg_test("drbg_pr_hmac_sha256", in drbg_generate()
1481 err = alg_test("drbg_pr_ctr_aes128", in drbg_generate()
1484 err = alg_test("drbg_pr_sha256", in drbg_generate()
H A Dtestmgr.c63 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function
5874 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function
5960 EXPORT_SYMBOL_GPL(alg_test);
H A Dtcrypt.c1445 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()