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

/linux-master/crypto/
H A Djitterentropy.c101 unsigned int apt_count; /* APT counter */ member in struct:rand_data
207 ec->apt_count = 0;
228 ec->apt_count++;
230 /* Note, ec->apt_count starts with one. */
231 if (ec->apt_count >= ec->apt_cutoff_permanent)
233 else if (ec->apt_count >= ec->apt_cutoff)
428 unsigned int apt_count; member in struct:__anon134
433 ec->apt_count,

Completed in 75 milliseconds