Lines Matching refs:entropy_store

491 struct entropy_store;
492 struct entropy_store { struct
508 static ssize_t extract_entropy(struct entropy_store *r, void *buf, argument
510 static ssize_t _extract_entropy(struct entropy_store *r, void *buf,
513 static void crng_reseed(struct crng_state *crng, struct entropy_store *r);
516 static struct entropy_store input_pool = {
537 static void _mix_pool_bytes(struct entropy_store *r, const void *in, in _mix_pool_bytes()
584 static void __mix_pool_bytes(struct entropy_store *r, const void *in, in __mix_pool_bytes()
591 static void mix_pool_bytes(struct entropy_store *r, const void *in, in mix_pool_bytes()
661 static void credit_entropy_bits(struct entropy_store *r, int nbits) in credit_entropy_bits()
740 static int credit_entropy_bits_safe(struct entropy_store *r, int nbits) in credit_entropy_bits_safe()
948 static void crng_reseed(struct crng_state *crng, struct entropy_store *r) in crng_reseed()
1154 struct entropy_store *r; in add_timer_randomness()
1257 struct entropy_store *r; in add_interrupt_randomness()
1343 static size_t account(struct entropy_store *r, size_t nbytes, int min, in account()
1393 static void extract_buf(struct entropy_store *r, __u8 *out) in extract_buf()
1447 static ssize_t _extract_entropy(struct entropy_store *r, void *buf, in _extract_entropy()
1486 static ssize_t extract_entropy(struct entropy_store *r, void *buf, in extract_entropy()
1773 static void __init init_std_data(struct entropy_store *r) in init_std_data()
1886 write_pool(struct entropy_store *r, const char __user *buffer, size_t count) in write_pool()
2299 struct entropy_store *poolp = &input_pool; in add_hwgenerator_randomness()