Searched refs:getentropy (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Dgetentropy.c17 * Test getentropy(3C)
33 ret = getentropy(buf, sizeof (buf));
37 ret = getentropy(errbuf, sizeof (errbuf));
41 ret = getentropy(errbuf, 257);
45 ret = getentropy(errbuf, 256);
48 ret = getentropy(errbuf, 0);
52 ret = getentropy(NULL, sizeof (buf));
61 ret = getentropy(addr, sizeof (buf));
H A DMakefile31 getentropy \
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetentropy.c17 * getentropy(3C) is an OpenBSD compatible wrapper around getrandom(2).
24 getentropy(void *buf, size_t buflen) function
H A Darc4random.c94 if (getentropy(rnd, sizeof (rnd)) == -1)
/illumos-gate/usr/src/head/
H A Dunistd.h708 extern int getentropy(void *, size_t);
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com437 getentropy.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com426 getentropy.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile401 getentropy.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com468 getentropy.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile164 getentropy.3c \

Completed in 60 milliseconds