Searched refs:entropy_health_apt_stats (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/crypto/entropy/ |
| H A D | entropy_sysctl.c | 47 …h_adaptive_proportion_test, OID_AUTO, reset_count, CTLFLAG_RD, &entropy_health_apt_stats.reset_cou… 48 …adaptive_proportion_test, OID_AUTO, failure_count, CTLFLAG_RD, &entropy_health_apt_stats.failure_c… 49 …_proportion_test, OID_AUTO, max_observation_count, CTLFLAG_RD, &entropy_health_apt_stats.max_obser…
|
| /xnu-8796.121.2/osfmk/prng/ |
| H A D | entropy.h | 123 extern entropy_health_stats_t entropy_health_apt_stats;
|
| H A D | entropy.c | 150 entropy_health_stats_t entropy_health_apt_stats; variable 162 .stats = &entropy_health_apt_stats,
|