Searched refs:osr (Results 1 – 2 of 2) sorted by relevance
74 unsigned int osr; /* Oversample rate */ member233 if ((unsigned int)ec->rct_count >= (31 * ec->osr)) { in jent_rct_insert()582 if (++k >= ((DATA_SIZE_BITS + safety_factor) * ec->osr)) in jent_gen_entropy()675 struct rand_data *jent_entropy_collector_alloc(unsigned int osr, in jent_entropy_collector_alloc() argument699 if (0 == osr) in jent_entropy_collector_alloc()700 osr = 1; /* minimum sampling rate is 1 */ in jent_entropy_collector_alloc()701 entropy_collector->osr = osr; in jent_entropy_collector_alloc()728 ec.osr = 1; in jent_entropy_init()
15 extern struct rand_data *jent_entropy_collector_alloc(unsigned int osr,