Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/crypto/entropy/
H A Dentropy_sysctl.c43 …py_health_repetition_count_test, OID_AUTO, failure_count, CTLFLAG_RD, &entropy_health_rct_stats.fa…
48 …health_adaptive_proportion_test, OID_AUTO, failure_count, CTLFLAG_RD, &entropy_health_apt_stats.fa…
/xnu-10002.41.9/osfmk/prng/
H A Dentropy.h114 uint32_t failure_count; member
H A Dentropy.c341 t->stats->failure_count += 1; in add_observation()