Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Djitterentropy.c103 unsigned int health_failure; /* Record health failure */ member
233 ec->health_failure |= JENT_APT_FAILURE_PERMANENT; in jent_apt_insert()
235 ec->health_failure |= JENT_APT_FAILURE; in jent_apt_insert()
289 ec->health_failure |= JENT_RCT_FAILURE_PERMANENT; in jent_rct_insert()
292 ec->health_failure |= JENT_RCT_FAILURE; in jent_rct_insert()
366 return ec->health_failure; in jent_health_failure()
633 ec->health_failure &= in jent_read_entropy()
732 ec->health_failure &= (~JENT_RCT_FAILURE); in jent_entropy_init()
733 ec->health_failure &= (~JENT_APT_FAILURE); in jent_entropy_init()