Searched refs:crypto_register_rng (Results 1 – 7 of 7) 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()
188 return crypto_register_rng(&jent_alg); in jent_mod_init()
15 int crypto_register_rng(struct rng_alg *alg);
181 ret = crypto_register_rng(&qcom_rng_alg); in qcom_rng_probe()
299 ret = crypto_register_rng(&exynos_rng_alg); in exynos_rng_probe()
365 err = crypto_register_rng(&ss_algs[i].alg.rng); in sun4i_ss_probe()
1035 rc = crypto_register_rng(&alg->alg.u.rng); in crypto4xx_register_alg()