Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/crypto/entropy/
H A Dentropy_sysctl.c47 …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-11215.61.5/osfmk/prng/
H A Dentropy.h123 extern entropy_health_stats_t entropy_health_apt_stats;
H A Dentropy.c143 entropy_health_stats_t entropy_health_apt_stats; variable
155 .stats = &entropy_health_apt_stats,