Searched refs:entropy_store (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/char/ |
D | random.c | 491 struct entropy_store; 492 struct entropy_store { struct 507 static ssize_t extract_entropy(struct entropy_store *r, void *buf, argument 509 static ssize_t _extract_entropy(struct entropy_store *r, void *buf, 512 static void crng_reseed(struct crng_state *crng, struct entropy_store *r); 515 static struct entropy_store input_pool = { 536 static void _mix_pool_bytes(struct entropy_store *r, const void *in, in _mix_pool_bytes() 583 static void __mix_pool_bytes(struct entropy_store *r, const void *in, in __mix_pool_bytes() 590 static void mix_pool_bytes(struct entropy_store *r, const void *in, in mix_pool_bytes() 660 static void credit_entropy_bits(struct entropy_store *r, int nbits) in credit_entropy_bits() [all …]
|