Home
last modified time | relevance | path

Searched refs:getentropy (Results 1 – 5 of 5) sorted by relevance

/stdlib/
A Dgetentropy.c25 getentropy (void *buffer, size_t length) in getentropy() function
31 stub_warning (getentropy)
A Dtst-getrandom.c159 if (getentropy (buf, 0) != 0) in test_getentropy()
173 if (getentropy (buf, sizeof (buf)) != 0) in test_getentropy()
183 if (getentropy (buf2, sizeof (buf)) != 0) in test_getentropy()
208 if (getentropy (buf3, sizeof (buf3)) == 0) in test_getentropy()
A DVersions120 getrandom; getentropy;
A DMakefile49 drand48-iter getrandom getentropy \
/stdlib/sys/
A Drandom.h39 int getentropy (void *__buffer, size_t __length) __wur;

Completed in 9 milliseconds