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 */
75 unsigned int osr; /* Oversample rate */
80 unsigned char *mem; /* Memory access location with size of
82 unsigned int memlocation; /* Pointer to byte in *mem */
83 unsigned int memblocks; /* Number of memory blocks in *mem */
84 unsigned int memblocksize; /* Size of one memory block in bytes */
85 unsigned int memaccessloops; /* Number of memory accesses per random
89 unsigned int rct_count; /* Number of stuck values */
105 unsigned int apt_observations; /* Number of collected observations */
106 unsigned int apt_count; /* APT counter */
107 unsigned int apt_base; /* APT base reference */
108 unsigned int apt_base_set:1; /* APT base reference set? */