Home
last modified time | relevance | path

Searched refs:crypto_unregister_rng (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/crypto/
Drng.c198 void crypto_unregister_rng(struct rng_alg *alg) in crypto_unregister_rng() function
202 EXPORT_SYMBOL_GPL(crypto_unregister_rng);
218 crypto_unregister_rng(algs + i); in crypto_register_rngs()
229 crypto_unregister_rng(algs + i); in crypto_unregister_rngs()
Djitterentropy-kcapi.c198 crypto_unregister_rng(&jent_alg); in jent_mod_exit()
/Linux-v4.19/include/crypto/internal/
Drng.h21 void crypto_unregister_rng(struct rng_alg *alg);
/Linux-v4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c387 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun4i_ss_probe()
414 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun4i_ss_remove()
/Linux-v4.19/drivers/crypto/
Dqcom-rng.c194 crypto_unregister_rng(&qcom_rng_alg); in qcom_rng_remove()
Dexynos-rng.c313 crypto_unregister_rng(&exynos_rng_alg); in exynos_rng_remove()