Searched defs:rand_data (Results 1 – 4 of 4) sorted by relevance
63 struct rand_data { struct68 __u64 data; /* SENSITIVE Actual random number */69 __u64 old_data; /* SENSITIVE Previous random number */70 __u64 prev_time; /* SENSITIVE Previous time stamp */72 __u64 last_delta; /* SENSITIVE stuck test */73 __s64 last_delta2; /* SENSITIVE stuck test */74 unsigned int osr; /* Oversample rate */79 unsigned char *mem; /* Memory access location with size of81 unsigned int memlocation; /* Pointer to byte in *mem */82 unsigned int memblocks; /* Number of memory blocks in *mem */[all …]
40 unsigned char rand_data[DEFAULT_BLK_SZ]; member
64 struct rand_data { struct71 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 of82 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 */[all …]
41 unsigned char rand_data[DEFAULT_BLK_SZ]; member