crypto_unregister_rngs  461 crypto/ansi_cprng.c 	crypto_unregister_rngs(rng_algs, ARRAY_SIZE(rng_algs));
crypto_unregister_rngs 2128 crypto/drbg.c  	crypto_unregister_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2));
crypto_unregister_rngs  229 crypto/rng.c   EXPORT_SYMBOL_GPL(crypto_unregister_rngs);
crypto_unregister_rngs   18 include/crypto/internal/rng.h void crypto_unregister_rngs(struct rng_alg *algs, int count);