Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dalgboss.c206 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED); in cryptomgr_test()
H A Ddrbg.c1452 err = alg_test("drbg_pr_hmac_sha256", in drbg_generate()
1455 err = alg_test("drbg_pr_ctr_aes128", in drbg_generate()
1458 err = alg_test("drbg_pr_sha256", in drbg_generate()
H A Dtestmgr.c66 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function
5634 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() function
5703 EXPORT_SYMBOL_GPL(alg_test);
H A Dtcrypt.c1654 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrypto.h684 int alg_test(const char *driver, const char *alg, u32 type, u32 mask);