Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/char/
Drandom.c424 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()
[all …]