Home
last modified time | relevance | path

Searched refs:entropy_store (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/char/
Drandom.c459 struct entropy_store;
460 struct entropy_store { struct
465 struct entropy_store *pull; argument
480 static ssize_t extract_entropy(struct entropy_store *r, void *buf, argument
482 static ssize_t _extract_entropy(struct entropy_store *r, void *buf,
485 static void crng_reseed(struct crng_state *crng, struct entropy_store *r);
490 static struct entropy_store input_pool = {
497 static struct entropy_store blocking_pool = {
521 static void _mix_pool_bytes(struct entropy_store *r, const void *in, in _mix_pool_bytes()
568 static void __mix_pool_bytes(struct entropy_store *r, const void *in, in __mix_pool_bytes()
[all …]