Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/crypto/entropy/
H A Dentropy_sysctl.c42 …alth_repetition_count_test, OID_AUTO, reset_count, CTLFLAG_RD, &entropy_health_rct_stats.reset_cou…
43 …th_repetition_count_test, OID_AUTO, failure_count, CTLFLAG_RD, &entropy_health_rct_stats.failure_c…
44 …ition_count_test, OID_AUTO, max_observation_count, CTLFLAG_RD, &entropy_health_rct_stats.max_obser…
/xnu-8020.121.3/osfmk/prng/
H A Dentropy.h122 extern entropy_health_stats_t entropy_health_rct_stats;
H A Dentropy.c149 entropy_health_stats_t entropy_health_rct_stats; variable
158 .stats = &entropy_health_rct_stats,