Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/prng/
H A Dentropy.c92 typedef struct entropy_data { struct
96 SHA256_CTX sha256_ctx;
103 bool sha256_ctx_init;
108 bitmap_t filter[ENTROPY_MAX_FILTER_COUNT];
115 uint64_t total_sample_count;
144 } entropy_data_t; argument
155 static entropy_data_t entropy_data = { argument