Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/prng/
H A Dentropy.c86 health_test_failure, enumerator
342 return health_test_failure; in add_observation()
459 if (__improbable(repetition_count_test(observation) == health_test_failure)) { in entropy_health_test()
460 result = health_test_failure; in entropy_health_test()
463 if (__improbable(adaptive_proportion_test(observation, i) == health_test_failure)) { in entropy_health_test()
464 result = health_test_failure; in entropy_health_test()
515 if (__improbable(cpu_health_test_result == health_test_failure)) { in entropy_provide()
516 health_test_result = health_test_failure; in entropy_provide()
532 if (__improbable(health_test_result == health_test_failure)) { in entropy_provide()