Lines Matching defs:rand_data
64 struct rand_data { struct
71 void *hash_state; /* SENSITIVE hash state entropy pool */
72 __u64 prev_time; /* SENSITIVE Previous time stamp */
73 __u64 last_delta; /* SENSITIVE stuck test */
74 __s64 last_delta2; /* SENSITIVE stuck test */
76 unsigned int flags; /* Flags used to initialize */
77 unsigned int osr; /* Oversample rate */
82 unsigned char *mem; /* Memory access location with size of
84 unsigned int memlocation; /* Pointer to byte in *mem */
85 unsigned int memblocks; /* Number of memory blocks in *mem */
86 unsigned int memblocksize; /* Size of one memory block in bytes */
87 unsigned int memaccessloops; /* Number of memory accesses per random
91 unsigned int rct_count; /* Number of stuck values */
94 unsigned int apt_cutoff; /* Intermittent health test failure */
95 unsigned int apt_cutoff_permanent; /* Permanent health test failure */
100 unsigned int apt_observations; /* Number of collected observations */
101 unsigned int apt_count; /* APT counter */
102 unsigned int apt_base; /* APT base reference */
103 unsigned int health_failure; /* Record health failure */
105 unsigned int apt_base_set:1; /* APT base reference set? */