Searched refs:getentropy_sysctl (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/compat/
H A Dgetentropy_freebsd.c33 getentropy_sysctl(u_char *buf, size_t size) function
57 if (len <= 256 && getentropy_sysctl(buf, len) == len)
H A Dgetentropy_linux.c95 static int getentropy_sysctl(void *buf, size_t len);
153 ret = getentropy_sysctl(buf, len);
270 getentropy_sysctl(void *buf, size_t len) function

Completed in 88 milliseconds