Searched defs:ys_pool (Results 1 – 1 of 1) sorted by relevance
97 struct ys_pool { struct98 u_int ysp_source_bits[ENTROPYSOURCE]; /* estimated bits of entropy per source */99 u_int ysp_thresh; /* pool reseed threshold */100 struct randomdev_hash ysp_hash; /* accumulated entropy */101 } ys_pool[RANDOM_YARROW_NPOOLS];/* pool[0] is fast, pool[1] is slow */ member