Home
last modified time | relevance | path

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

/linux/crypto/
H A Drng.c193 void crypto_unregister_rng(struct rng_alg *alg) in crypto_unregister_rng() function
197 EXPORT_SYMBOL_GPL(crypto_unregister_rng);
220 crypto_unregister_rng(algs + i); in crypto_unregister_rngs()
H A Djitterentropy-kcapi.c305 crypto_unregister_rng(&jent_alg); in jent_mod_exit()
/linux/include/crypto/internal/
H A Drng.h16 void crypto_unregister_rng(struct rng_alg *alg);
/linux/drivers/crypto/
H A Dqcom-rng.c223 crypto_unregister_rng(&qcom_rng_alg); in qcom_rng_probe()
229 crypto_unregister_rng(&qcom_rng_alg); in qcom_rng_remove()
H A Dexynos-rng.c311 crypto_unregister_rng(&exynos_rng_alg); in exynos_rng_remove()
/linux/drivers/crypto/hisilicon/trng/
H A Dtrng.c350 crypto_unregister_rng(&hisi_trng_alg); in hisi_trng_probe()
367 crypto_unregister_rng(&hisi_trng_alg); in hisi_trng_remove()
/linux/drivers/crypto/xilinx/
H A Dxilinx-trng.c388 crypto_unregister_rng(&xtrng_trng_alg); in xtrng_probe()
401 crypto_unregister_rng(&xtrng_trng_alg); in xtrng_remove()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c501 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun4i_ss_probe()
524 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun4i_ss_remove()
/linux/drivers/crypto/caam/
H A Dcaamprng.c206 crypto_unregister_rng(&caam_prng_alg.rng); in caam_prng_unregister()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c762 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun8i_ss_unregister_algs()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c974 crypto_unregister_rng(&ce_algs[i].alg.rng); in sun8i_ce_unregister_algs()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1018 crypto_unregister_rng(&alg->alg.u.rng); in crypto4xx_unregister_alg()