Searched refs:getentropy_sysctl (Results 1 – 2 of 2) sorted by relevance
33 getentropy_sysctl(u_char *buf, size_t size) in getentropy_sysctl() function57 if (len <= 256 && getentropy_sysctl(buf, len) == len) in getentropy()
95 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