Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Drandom-getentropy.c30 static uv__getentropy_cb uv__getentropy; variable
35 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