Searched refs:getentropy (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/random/ |
H A D | getentropy.c | 33 ret = getentropy(buf, sizeof (buf)); in main() 37 ret = getentropy(errbuf, sizeof (errbuf)); in main() 41 ret = getentropy(errbuf, 257); in main() 45 ret = getentropy(errbuf, 256); in main() 48 ret = getentropy(errbuf, 0); in main() 52 ret = getentropy(NULL, sizeof (buf)); in main() 61 ret = getentropy(addr, sizeof (buf)); in main()
|
H A D | Makefile | 31 getentropy \
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getentropy.c | 24 getentropy(void *buf, size_t buflen) in getentropy() function
|
H A D | arc4random.c | 94 if (getentropy(rnd, sizeof (rnd)) == -1) in arc4_stir()
|
/titanic_50/usr/src/test/libc-tests/runfiles/ |
H A D | default.run | 36 [/opt/libc-tests/tests/random/getentropy]
|
/titanic_50/usr/src/head/ |
H A D | unistd.h | 708 extern int getentropy(void *, size_t);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-test-libctest.mf | 109 file path=opt/libc-tests/tests/random/getentropy mode=0555
|
H A D | system-library.mf | 599 license usr/src/man/man3c/THIRDPARTYLICENSE.getentropy \ 600 license=usr/src/man/man3c/THIRDPARTYLICENSE.getentropy
|
H A D | system-library.man3c.inc | 160 file path=usr/share/man/man3c/getentropy.3c
|
/titanic_50/usr/src/lib/libc/amd64/ |
H A D | Makefile | 406 getentropy.o \
|
/titanic_50/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 425 getentropy.o \
|
/titanic_50/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 439 getentropy.o \
|
/titanic_50/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 464 getentropy.o \
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 255 getentropy;
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 165 getentropy.3c \
|