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

/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h62 #define ISC_R_NOENTROPY 42 /*%< out of entropy */ macro
/bind-9.11.3/bin/tests/
H A Dentropy2_test.c88 return (ISC_R_NOENTROPY);
149 if (result == ISC_R_NOENTROPY) {
H A Dentropy_test.c89 if (result == ISC_R_NOENTROPY) {
/bind-9.11.3/lib/dns/
H A Dopenssl_link.c383 result = ISC_R_NOENTROPY;
/bind-9.11.3/lib/isc/
H A Dentropy.c657 return (ISC_R_NOENTROPY);
1008 * ISC_R_NOENTROPY if it has space remaining, and ISC_R_NOMORE if the
1170 return (ISC_R_NOENTROPY);
1234 isc_result_t final_result = ISC_R_NOENTROPY;
1282 * failed operation (or ISC_R_NOENTROPY if PATH_RANDOMDEV is not

Completed in 15 milliseconds