Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Djitterentropy.c63 struct rand_data { struct
68 __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 stuck:1; /* Time measurement stuck */
75 unsigned int osr; /* Oversample rate */
76 unsigned int stir:1; /* Post-processing stirring */
77 unsigned int disable_unbias:1; /* Deactivate Von-Neuman unbias */
[all …]
Dansi_cprng.c46 unsigned char rand_data[DEFAULT_BLK_SZ]; member