Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/prng/
H A Dentropy.c86 health_test_failure, enumerator
347 return health_test_failure; in add_observation()
464 if (__improbable(repetition_count_test(observation) == health_test_failure)) { in entropy_health_test()
465 result = health_test_failure; in entropy_health_test()
468 if (__improbable(adaptive_proportion_test(observation, i) == health_test_failure)) { in entropy_health_test()
469 result = health_test_failure; in entropy_health_test()
535 if (__improbable(cpu_health_test_result == health_test_failure)) { in entropy_provide()
536 health_test_result = health_test_failure; in entropy_provide()
552 if (__improbable(health_test_result == health_test_failure)) { in entropy_provide()