Searched refs:APR_ENOTENOUGHENTROPY (Results 1 – 2 of 2) sorted by relevance
293 return APR_ENOTENOUGHENTROPY; in apr_random_secure_bytes()303 return APR_ENOTENOUGHENTROPY; in apr_random_insecure_bytes()317 return APR_ENOTENOUGHENTROPY; in apr_random_secure_ready()324 return APR_ENOTENOUGHENTROPY; in apr_random_insecure_ready()
340 #define APR_ENOTENOUGHENTROPY (APR_OS_START_ERROR + 28) macro429 #define APR_STATUS_IS_ENOTENOUGHENTROPY(s) ((s) == APR_ENOTENOUGHENTROPY)