Searched refs:crypto_register_rng (Results 1 – 11 of 11) sorted by relevance
177 int crypto_register_rng(struct rng_alg *alg) in crypto_register_rng() function190 EXPORT_SYMBOL_GPL(crypto_register_rng);203 ret = crypto_register_rng(algs + i); in crypto_register_rngs()
203 return crypto_register_rng(&jent_alg); in jent_mod_init()
15 int crypto_register_rng(struct rng_alg *alg);
221 ret = crypto_register_rng(&caam_prng_alg.rng); in caam_prng_register()
186 ret = crypto_register_rng(&qcom_rng_alg); in qcom_rng_probe()
299 ret = crypto_register_rng(&exynos_rng_alg); in exynos_rng_probe()
276 ret = crypto_register_rng(&hisi_trng_alg); in hisi_trng_probe()
490 err = crypto_register_rng(&ss_algs[i].alg.rng); in sun4i_ss_probe()
682 err = crypto_register_rng(&ss_algs[i].alg.rng); in sun8i_ss_register_algs()
893 err = crypto_register_rng(&ce_algs[i].alg.rng); in sun8i_ce_register_algs()
1032 rc = crypto_register_rng(&alg->alg.u.rng); in crypto4xx_register_alg()