Searched refs:health_test_result (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Djitterentropy.c612 unsigned int tocopy, health_test_result; local
616 health_test_result = jent_health_failure(ec);
617 if (health_test_result > JENT_PERMANENT_FAILURE_SHIFT) {
625 } else if (health_test_result) {
719 unsigned int health_test_result; local
816 health_test_result = jent_health_failure(ec);
817 if (health_test_result) {
818 ret = (health_test_result & JENT_RCT_FAILURE) ? JENT_ERCT :

Completed in 85 milliseconds