Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/
Drandom.c527 struct entropy_store;
528 struct entropy_store { struct
533 struct entropy_store *pull; argument
547 static ssize_t extract_entropy(struct entropy_store *r, void *buf, argument
549 static ssize_t _extract_entropy(struct entropy_store *r, void *buf,
552 static void crng_reseed(struct crng_state *crng, struct entropy_store *r);
557 static struct entropy_store input_pool = {
564 static struct entropy_store blocking_pool = {
588 static void _mix_pool_bytes(struct entropy_store *r, const void *in, in _mix_pool_bytes()
635 static void __mix_pool_bytes(struct entropy_store *r, const void *in, in __mix_pool_bytes()
[all …]