Searched refs:apt_cutoff (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Djitterentropy.c94 unsigned int apt_cutoff; /* Intermittent health test failure */ member in struct:rand_data
185 * Establish the apt_cutoff based on the presumed entropy rate of
189 ec->apt_cutoff = jent_apt_cutoff_lookup[
194 ec->apt_cutoff = jent_apt_cutoff_lookup[osr - 1];
233 else if (ec->apt_count >= ec->apt_cutoff)

Completed in 117 milliseconds