Searched refs:entropy_store (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/char/ |
D | random.c | 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() [all …]
|