Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Drng.c192 void crypto_unregister_rng(struct rng_alg *alg) in crypto_unregister_rng() function
196 EXPORT_SYMBOL_GPL(crypto_unregister_rng);
212 crypto_unregister_rng(algs + i); in crypto_register_rngs()
223 crypto_unregister_rng(algs + i); in crypto_unregister_rngs()
Djitterentropy-kcapi.c193 crypto_unregister_rng(&jent_alg); in jent_mod_exit()
/Linux-v5.4/include/crypto/internal/
Drng.h16 void crypto_unregister_rng(struct rng_alg *alg);
/Linux-v5.4/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c386 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun4i_ss_probe()
413 crypto_unregister_rng(&ss_algs[i].alg.rng); in sun4i_ss_remove()
/Linux-v5.4/drivers/crypto/
Dqcom-rng.c192 crypto_unregister_rng(&qcom_rng_alg); in qcom_rng_remove()
Dexynos-rng.c311 crypto_unregister_rng(&exynos_rng_alg); in exynos_rng_remove()
/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_core.c1068 crypto_unregister_rng(&alg->alg.u.rng); in crypto4xx_unregister_alg()