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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drandom.c356 struct entropy_store;
357 struct entropy_store { struct
363 struct entropy_store *pull;
376 static struct entropy_store input_pool = {
384 static struct entropy_store blocking_pool = {
393 static struct entropy_store nonblocking_pool = {
411 static void __add_entropy_words(struct entropy_store *r, const __u32 *in,
475 static inline void add_entropy_words(struct entropy_store *r, const __u32 *in,
484 static void credit_entropy_store(struct entropy_store *r, int nbits)
643 static ssize_t extract_entropy(struct entropy_store *
[all...]

Completed in 109 milliseconds