getentropy
r = getentropy(buf, seg);
if (getentropy(rnd, sizeof rnd) == -1)
#ifdef getentropy
if ((r = getentropy(s, len)) == 0)
extern int getentropy(void *buffer, size_t length) __attribute__((weak));
if (getentropy != NULL) {
if (getentropy(buf, buflen) == 0)
if (getentropy(buf, buflen) == 0)
__ssp_redirect(int, getentropy, (void *__buf, size_t __len), (__buf, __len));
int getentropy(void *, size_t);
if (getentropy(rnd, sizeof rnd) == -1)
__ssp_real(getentropy)(void *buf, size_t buflen)
ret = getentropy(buf, 1);
ret = getentropy(NULL, 1);
ATF_REQUIRE_EQ(getentropy(buf, sizeof(buf)), -1);
ATF_REQUIRE_EQ(getentropy(buf, GETENTROPY_MAX + 1), -1);
ATF_REQUIRE_EQ(getentropy(buf, GETENTROPY_MAX), 0);
ATF_REQUIRE_EQ(getentropy(buf, GETENTROPY_MAX / 2), 0);
ATF_REQUIRE_EQ(getentropy(buf, 0), 0);
getentropy(__stack.__buf, __len);
getentropy(__stack.__buf, __len);
getentropy(__stack.__buf, __len);
getentropy(__stack.__buf, __len);
getentropy(__stack.__buf, __len);
int getentropy(void* buf, size_t len);
error = getentropy(buf, sizeof(buf));
if (getentropy(randseed, sizeof(randseed)) < 0)
if (getentropy(randseed, sizeof(randseed)) < 0)
error = getentropy(region, sizeof(struct uuid));