Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Typedefs | |
typedef int(* | uv__getentropy_cb) (void *, size_t) |
Functions | |
static void | uv__random_getentropy_init (void) |
int | uv__random_getentropy (void *buf, size_t buflen) |
Variables | |
static uv__getentropy_cb | uv__getentropy |
static uv_once_t | once = UV_ONCE_INIT |
Definition at line 28 of file random-getentropy.c.
Definition at line 39 of file random-getentropy.c.
References buflen, NULL, once, pos, UV__ERR, uv__getentropy, uv__random_getentropy_init(), and uv_once().
Referenced by uv__random().
|
static |
Definition at line 34 of file random-getentropy.c.
References uv__getentropy.
Referenced by uv__random_getentropy().
|
static |
Definition at line 31 of file random-getentropy.c.
Referenced by uv__random_getentropy().
|
static |
Definition at line 30 of file random-getentropy.c.
Referenced by uv__random_getentropy(), and uv__random_getentropy_init().