Home
last modified time | relevance | path

Searched defs:getentropy (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/unbound/compat/
H A Dgetentropy_win.c37 getentropy(void *buf, size_t len) in getentropy() function
H A Dgetentropy_freebsd.c55 getentropy(void *buf, size_t len) in getentropy() function
H A Dgetentropy_solaris.c83 getentropy(void *buf, size_t len) in getentropy() function
H A Dgetentropy_osx.c89 getentropy(void *buf, size_t len) in getentropy() function
H A Dgetentropy_linux.c101 getentropy(void *buf, size_t len) in getentropy() function
/freebsd/lib/libc/gen/
H A Dgetentropy.c46 __ssp_real(getentropy) __ssp_real() argument
/freebsd/tools/build/cross-build/include/linux/
H A Dunistd.h72 getentropy(void *buf, size_t buflen) in getentropy() function
/freebsd/crypto/openssh/openbsd-compat/
H A Darc4random.c55 #define getentropy(x, y) (_ssh_compat_getentropy((x), (y))) macro