Home
last modified time | relevance | path

Searched defs:rand_data (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/crypto/
Djitterentropy.c64 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 */
[all …]
Dansi_cprng.c41 unsigned char rand_data[DEFAULT_BLK_SZ]; member
/linux-6.12.1/drivers/misc/
Dnsm.c294 u8 *rand_data = NULL; in parse_resp_get_random() local