crypto_rng         25 crypto/rng.c   struct crypto_rng *crypto_default_rng;
crypto_rng         85 crypto/rng.c   	struct crypto_rng *rng;
crypto_rng         18 include/crypto/rng.h extern struct crypto_rng *crypto_default_rng;
crypto_rng         23 include/crypto/rng.h static inline struct crypto_rng *__crypto_rng_cast(struct crypto_tfm *tfm)
crypto_rng         25 include/crypto/rng.h 	return (struct crypto_rng *)tfm;
crypto_rng         28 include/crypto/rng.h static inline struct crypto_rng *crypto_alloc_rng(const char *alg_name,
crypto_rng        117 include/linux/crypto.h struct crypto_rng;
crypto_rng        304 include/linux/crypto.h 	int (*rng_make_random)(struct crypto_rng *tfm, u8 *rdata,
crypto_rng        306 include/linux/crypto.h 	int (*rng_reset)(struct crypto_rng *tfm, u8 *seed, unsigned int slen);
crypto_rng        455 include/linux/crypto.h 	int (*rng_gen_random)(struct crypto_rng *tfm, u8 *rdata,
crypto_rng        457 include/linux/crypto.h 	int (*rng_reset)(struct crypto_rng *tfm, u8 *seed, unsigned int slen);