crypto_register_rngs  456 crypto/ansi_cprng.c 	return crypto_register_rngs(rng_algs, ARRAY_SIZE(rng_algs));
crypto_register_rngs 2123 crypto/drbg.c  	return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2));
crypto_register_rngs  220 crypto/rng.c   EXPORT_SYMBOL_GPL(crypto_register_rngs);
crypto_register_rngs   17 include/crypto/internal/rng.h int crypto_register_rngs(struct rng_alg *algs, int count);