Searched defs:rand_data (Results 1 – 1 of 1) sorted by relevance
63 struct rand_data struct69 uint64_t data; /* SENSITIVE Actual random number */70 uint64_t old_data; /* SENSITIVE Previous random number */71 uint64_t prev_time; /* SENSITIVE Previous time stamp */73 uint64_t last_delta; /* SENSITIVE stuck test */74 int64_t last_delta2; /* SENSITIVE stuck test */75 unsigned int osr; /* Oversample rate */76 int fips_enabled; /* FIPS enabled? */77 unsigned int stir:1; /* Post-processing stirring */83 unsigned char *mem; /* Memory access location with size of[all …]
Completed in 3 milliseconds