entropy_request
error = entropy_request(ENTROPY_CAPACITY, ENTROPY_WAIT|ENTROPY_SIG);
(void)entropy_request(ENTROPY_CAPACITY, flags);
error = entropy_request(len, flags);
static int entropy_request(size_t, int);
error = entropy_request(MINENTROPYBYTES, ENTROPY_WAIT);