Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
int | uv__random_readpath (const char *path, void *buf, size_t buflen) |
static void | uv__random_devurandom_init (void) |
int | uv__random_devurandom (void *buf, size_t buflen) |
Variables | |
static uv_once_t | once = UV_ONCE_INIT |
static int | status |
Definition at line 86 of file random-devurandom.c.
References buflen, once, status, uv__random_devurandom_init(), uv__random_readpath(), and uv_once().
Referenced by uv__random().
|
static |
Definition at line 74 of file random-devurandom.c.
References c, status, and uv__random_readpath().
Referenced by uv__random_devurandom().
Definition at line 32 of file random-devurandom.c.
References buflen, EINTR, fd, fstat, n, O_RDONLY, path, pos, read(), s, uv__close(), UV__ERR, and uv__open_cloexec().
Referenced by uv__random(), uv__random_devurandom(), and uv__random_devurandom_init().
|
static |
Definition at line 28 of file random-devurandom.c.
Referenced by uv__random_devurandom().
|
static |
Definition at line 29 of file random-devurandom.c.
Referenced by uv__random_devurandom(), and uv__random_devurandom_init().