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

/linux-master/crypto/
H A Djitterentropy.c91 unsigned int rct_count; /* Number of stuck values */ member in struct:rand_data
268 ec->rct_count++;
280 * Note, ec->rct_count (which equals to value B in the pseudo
286 if ((unsigned int)ec->rct_count >= (60 * ec->osr)) {
287 ec->rct_count = -1;
289 } else if ((unsigned int)ec->rct_count >= (30 * ec->osr)) {
290 ec->rct_count = -1;
295 ec->rct_count = 0;
426 int rct_count; member in struct:__anon134
431 ec->rct_count,
[all...]

Completed in 79 milliseconds