Home
last modified time | relevance | path

Searched refs:osr (Results 1 – 2 of 2) sorted by relevance

/crypto/
Djitterentropy.c74 unsigned int osr; /* Oversample rate */ member
553 if (++k >= ((DATA_SIZE_BITS + safety_factor) * ec->osr)) in jent_gen_entropy()
630 struct rand_data *jent_entropy_collector_alloc(unsigned int osr, in jent_entropy_collector_alloc() argument
654 if (osr == 0) in jent_entropy_collector_alloc()
655 osr = 1; /* minimum sampling rate is 1 */ in jent_entropy_collector_alloc()
656 entropy_collector->osr = osr; in jent_entropy_collector_alloc()
683 ec.osr = 1; in jent_entropy_init()
Djitterentropy.h13 extern struct rand_data *jent_entropy_collector_alloc(unsigned int osr,