Searched refs:uv__getentropy (Results 1 – 1 of 1) sorted by relevance
30 static uv__getentropy_cb uv__getentropy; variable35 uv__getentropy = (uv__getentropy_cb) dlsym(RTLD_DEFAULT, "getentropy"); in uv__random_getentropy_init()45 if (uv__getentropy == NULL) in uv__random_getentropy()50 if (uv__getentropy((char *) buf + pos, stride)) in uv__random_getentropy()53 if (uv__getentropy((char *) buf + pos, buflen - pos)) in uv__random_getentropy()
Completed in 3 milliseconds