Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/prng/
H A Dentropy.c86 health_test_failure, enumerator
343 return health_test_failure; in add_observation()
460 if (__improbable(repetition_count_test(observation) == health_test_failure)) { in entropy_health_test()
461 result = health_test_failure; in entropy_health_test()
464 if (__improbable(adaptive_proportion_test(observation, i) == health_test_failure)) { in entropy_health_test()
465 result = health_test_failure; in entropy_health_test()
516 if (__improbable(cpu_health_test_result == health_test_failure)) { in entropy_provide()
517 health_test_result = health_test_failure; in entropy_provide()
533 if (__improbable(health_test_result == health_test_failure)) { in entropy_provide()