Home
last modified time | relevance | path

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

/src/contrib/unbound/compat/
H A Dgetentropy_freebsd.c33 getentropy_sysctl(u_char *buf, size_t size) in getentropy_sysctl() function
57 if (len <= 256 && getentropy_sysctl(buf, len) == len) in getentropy()
H A Dgetentropy_linux.c95 static int getentropy_sysctl(void *buf, size_t len);
153 ret = getentropy_sysctl(buf, len); in getentropy()
270 getentropy_sysctl(void *buf, size_t len) in getentropy_sysctl() function