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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drandom.c364 struct entropy_store;
365 struct entropy_store { struct
370 struct entropy_store *pull;
385 static struct entropy_store input_pool = {
393 static struct entropy_store blocking_pool = {
402 static struct entropy_store nonblocking_pool = {
420 static void mix_pool_bytes_extract(struct entropy_store *r, const void *in,
479 static void mix_pool_bytes(struct entropy_store *r, const void *in, int bytes)
487 static void credit_entropy_bits(struct entropy_store *r, int nbits)
684 static ssize_t extract_entropy(struct entropy_store *
[all...]

Completed in 156 milliseconds