entropy_store     527 drivers/char/random.c struct entropy_store;
entropy_store     533 drivers/char/random.c 	struct entropy_store *pull;
entropy_store     547 drivers/char/random.c static ssize_t extract_entropy(struct entropy_store *r, void *buf,
entropy_store     549 drivers/char/random.c static ssize_t _extract_entropy(struct entropy_store *r, void *buf,
entropy_store     552 drivers/char/random.c static void crng_reseed(struct crng_state *crng, struct entropy_store *r);
entropy_store     557 drivers/char/random.c static struct entropy_store input_pool = {
entropy_store     564 drivers/char/random.c static struct entropy_store blocking_pool = {
entropy_store     588 drivers/char/random.c static void _mix_pool_bytes(struct entropy_store *r, const void *in,
entropy_store     635 drivers/char/random.c static void __mix_pool_bytes(struct entropy_store *r, const void *in,
entropy_store     642 drivers/char/random.c static void mix_pool_bytes(struct entropy_store *r, const void *in,
entropy_store     712 drivers/char/random.c static void credit_entropy_bits(struct entropy_store *r, int nbits)
entropy_store     786 drivers/char/random.c 		struct entropy_store *other = &blocking_pool;
entropy_store     819 drivers/char/random.c static int credit_entropy_bits_safe(struct entropy_store *r, int nbits)
entropy_store    1000 drivers/char/random.c static void crng_reseed(struct crng_state *crng, struct entropy_store *r)
entropy_store    1207 drivers/char/random.c 	struct entropy_store	*r;
entropy_store    1310 drivers/char/random.c 	struct entropy_store	*r;
entropy_store    1397 drivers/char/random.c static void _xfer_secondary_pool(struct entropy_store *r, size_t nbytes);
entropy_store    1398 drivers/char/random.c static void xfer_secondary_pool(struct entropy_store *r, size_t nbytes)
entropy_store    1408 drivers/char/random.c static void _xfer_secondary_pool(struct entropy_store *r, size_t nbytes)
entropy_store    1435 drivers/char/random.c 	struct entropy_store *r = container_of(work, struct entropy_store,
entropy_store    1447 drivers/char/random.c static size_t account(struct entropy_store *r, size_t nbytes, int min,
entropy_store    1499 drivers/char/random.c static void extract_buf(struct entropy_store *r, __u8 *out)
entropy_store    1553 drivers/char/random.c static ssize_t _extract_entropy(struct entropy_store *r, void *buf,
entropy_store    1592 drivers/char/random.c static ssize_t extract_entropy(struct entropy_store *r, void *buf,
entropy_store    1625 drivers/char/random.c static ssize_t extract_entropy_user(struct entropy_store *r, void __user *buf,
entropy_store    1929 drivers/char/random.c static void __init init_std_data(struct entropy_store *r)
entropy_store    2062 drivers/char/random.c write_pool(struct entropy_store *r, const char __user *buffer, size_t count)
entropy_store    2480 drivers/char/random.c 	struct entropy_store *poolp = &input_pool;