Lines Matching refs:u_int
93 u_int ys_gengateinterval; /* Pg */
94 u_int ys_bins; /* Pt/t */
95 u_int ys_outputblocks; /* count output blocks for gates */
96 u_int ys_slowoverthresh; /* slow pool overthreshhold reseed count */
98 u_int ysp_source_bits[ENTROPYSOURCE]; /* estimated bits of entropy per source */
99 u_int ysp_thresh; /* pool reseed threshold */
117 static void random_yarrow_read(uint8_t *, u_int);
123 static void random_yarrow_reseed_internal(u_int);
221 u_int pl, overthreshhold[RANDOM_YARROW_NPOOLS]; in random_yarrow_process_event()
257 random_yarrow_reseed_internal(u_int fastslow) in random_yarrow_reseed_internal()
266 u_int i; in random_yarrow_reseed_internal()
347 u_int i; in random_yarrow_generator_gate()
377 random_yarrow_read(uint8_t *buf, u_int bytecount) in random_yarrow_read()
379 u_int blockcount, i; in random_yarrow_read()