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
393 if (++k >= (DATA_SIZE_BITS * ec->osr)) in jent_gen_entropy()
475 struct rand_data *jent_entropy_collector_alloc(unsigned int osr, in jent_entropy_collector_alloc() argument
499 if (0 == osr) in jent_entropy_collector_alloc()
500 osr = 1; /* minimum sampling rate is 1 */ in jent_entropy_collector_alloc()
501 entropy_collector->osr = osr; in jent_entropy_collector_alloc()
Djitterentropy-kcapi.c51 struct rand_data *jent_entropy_collector_alloc(unsigned int osr,