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

/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c793 ENTROPY_DEBUG(const char *label, unsigned long entropy) { function
810 return ENTROPY_DEBUG("arc4random_buf", entropy);
813 return ENTROPY_DEBUG("arc4random", entropy);
818 return ENTROPY_DEBUG("rand_s", entropy);
822 return ENTROPY_DEBUG("getrandom", entropy);
827 return ENTROPY_DEBUG("/dev/urandom", entropy);
837 return ENTROPY_DEBUG("fallback(4)", entropy * 2147483647);
839 return ENTROPY_DEBUG("fallback(8)",

Completed in 119 milliseconds