Lines Matching refs:entropy_store
424 struct entropy_store;
425 struct entropy_store { struct
430 struct entropy_store *pull; argument
447 static struct entropy_store input_pool = { argument
455 static struct entropy_store blocking_pool = {
464 static struct entropy_store nonblocking_pool = {
486 static void _mix_pool_bytes(struct entropy_store *r, const void *in, in _mix_pool_bytes()
539 static void __mix_pool_bytes(struct entropy_store *r, const void *in, in __mix_pool_bytes()
546 static void mix_pool_bytes(struct entropy_store *r, const void *in, in mix_pool_bytes()
590 static void credit_entropy_bits(struct entropy_store *r, int nbits) in credit_entropy_bits()
749 struct entropy_store *r; in add_interrupt_randomness()
808 static ssize_t extract_entropy(struct entropy_store *r, void *buf,
816 static void xfer_secondary_pool(struct entropy_store *r, size_t nbytes) in xfer_secondary_pool()
854 static size_t account(struct entropy_store *r, size_t nbytes, int min, in account()
901 static void extract_buf(struct entropy_store *r, __u8 *out) in extract_buf()
962 static ssize_t extract_entropy(struct entropy_store *r, void *buf, in extract_entropy()
997 static ssize_t extract_entropy_user(struct entropy_store *r, void __user *buf, in extract_entropy_user()
1089 static void init_std_data(struct entropy_store *r) in init_std_data()
1218 write_pool(struct entropy_store *r, const char __user *buffer, size_t count) in write_pool()