crypto_unregister_rng  193 crypto/jitterentropy-kcapi.c 	crypto_unregister_rng(&jent_alg);
crypto_unregister_rng  200 crypto/rng.c   EXPORT_SYMBOL_GPL(crypto_unregister_rng);
crypto_unregister_rng  216 crypto/rng.c   		crypto_unregister_rng(algs + i);
crypto_unregister_rng  227 crypto/rng.c   		crypto_unregister_rng(algs + i);
crypto_unregister_rng 1064 drivers/crypto/amcc/crypto4xx_core.c 			crypto_unregister_rng(&alg->alg.u.rng);
crypto_unregister_rng  311 drivers/crypto/exynos-rng.c 	crypto_unregister_rng(&exynos_rng_alg);
crypto_unregister_rng  192 drivers/crypto/qcom-rng.c 	crypto_unregister_rng(&qcom_rng_alg);
crypto_unregister_rng  386 drivers/crypto/sunxi-ss/sun4i-ss-core.c 			crypto_unregister_rng(&ss_algs[i].alg.rng);
crypto_unregister_rng  413 drivers/crypto/sunxi-ss/sun4i-ss-core.c 			crypto_unregister_rng(&ss_algs[i].alg.rng);
crypto_unregister_rng   16 include/crypto/internal/rng.h void crypto_unregister_rng(struct rng_alg *alg);