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

/linux-master/crypto/
H A Djitterentropy.c103 unsigned int health_failure; /* Record health failure */ member in struct:rand_data
232 ec->health_failure |= JENT_APT_FAILURE_PERMANENT;
234 ec->health_failure |= JENT_APT_FAILURE;
288 ec->health_failure |= JENT_RCT_FAILURE_PERMANENT;
291 ec->health_failure |= JENT_RCT_FAILURE;
365 return ec->health_failure;
632 ec->health_failure &=
734 ec->health_failure &= (~JENT_RCT_FAILURE);
735 ec->health_failure &= (~JENT_APT_FAILURE);

Completed in 86 milliseconds