Go to the source code of this file.
Typedefs | |
typedef int(* | uv__getentropy_cb) (void *, size_t) |
Functions | |
int | uv__random_getentropy (void *buf, size_t buflen) |
static void | uv__random_getentropy_init (void) |
Variables | |
static uv_once_t | once = UV_ONCE_INIT |
static uv__getentropy_cb | uv__getentropy |
typedef int(* uv__getentropy_cb) (void *, size_t) |
Definition at line 28 of file random-getentropy.c.
int uv__random_getentropy | ( | void * | buf, |
size_t | buflen | ||
) |
Definition at line 39 of file random-getentropy.c.
|
static |
Definition at line 34 of file random-getentropy.c.
|
static |
Definition at line 31 of file random-getentropy.c.
|
static |
Definition at line 30 of file random-getentropy.c.