Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Djitterentropy.c89 unsigned int rct_count; /* Number of stuck values */ member
223 ec->rct_count++; in jent_rct_insert()
226 ec->rct_count = 0; in jent_rct_insert()
281 return (ec->rct_count >= JENT_RCT_CUTOFF_PERMANENT) ? 1 : 0; in jent_rct_permanent_failure()
286 return (ec->rct_count >= JENT_RCT_CUTOFF) ? 1 : 0; in jent_rct_failure()
358 int rct_count; in jent_condition_data() member
363 ec->rct_count, in jent_condition_data()