Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Drng.c219 void crypto_unregister_rng(struct rng_alg *alg) in crypto_unregister_rng() function
223 EXPORT_SYMBOL_GPL(crypto_unregister_rng);
239 crypto_unregister_rng(algs + i); in crypto_register_rngs()
250 crypto_unregister_rng(algs + i); in crypto_unregister_rngs()
Djitterentropy-kcapi.c355 crypto_unregister_rng(&jent_alg); in jent_mod_exit()
/Linux-v6.6/include/crypto/internal/
Drng.h16 void crypto_unregister_rng(struct rng_alg *alg);
/Linux-v6.6/drivers/crypto/hisilicon/trng/
Dtrng.c299 crypto_unregister_rng(&hisi_trng_alg); in hisi_trng_probe()
316 crypto_unregister_rng(&hisi_trng_alg); in hisi_trng_remove()
/Linux-v6.6/drivers/crypto/
Dqcom-rng.c194 crypto_unregister_rng(&qcom_rng_alg); in qcom_rng_remove()
Dexynos-rng.c311 crypto_unregister_rng(&exynos_rng_alg); in exynos_rng_remove()
/Linux-v6.6/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-core.c503 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun4i_ss_probe()
526 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun4i_ss_remove()
/Linux-v6.6/drivers/crypto/caam/
Dcaamprng.c206 crypto_unregister_rng(&caam_prng_alg.rng); in caam_prng_unregister()
/Linux-v6.6/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-core.c767 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun8i_ss_unregister_algs()
/Linux-v6.6/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c968 crypto_unregister_rng(&ce_algs[i].alg.rng); in sun8i_ce_unregister_algs()
/Linux-v6.6/drivers/crypto/amcc/
Dcrypto4xx_core.c1063 crypto_unregister_rng(&alg->alg.u.rng); in crypto4xx_unregister_alg()