crypto_unregister_rng
crypto_unregister_rng(&drbg_alg);
crypto_unregister_rng(&jent_alg);
EXPORT_SYMBOL_GPL(crypto_unregister_rng);
crypto_unregister_rng(algs + i);
crypto_unregister_rng(&ce_algs[i].alg.rng);
crypto_unregister_rng(&ss_algs[i].alg.rng);
crypto_unregister_rng(&caam_prng_alg.rng);
crypto_unregister_rng(&qcom_rng_alg);
crypto_unregister_rng(&qcom_rng_alg);
void crypto_unregister_rng(struct rng_alg *alg);