Typedefs | Functions | Variables
random-getentropy.c File Reference
#include "uv.h"
#include "internal.h"
#include <stddef.h>
#include <dlfcn.h>
Include dependency graph for random-getentropy.c:

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 Documentation

◆ uv__getentropy_cb

typedef int(* uv__getentropy_cb) (void *, size_t)

Definition at line 28 of file random-getentropy.c.

Function Documentation

◆ uv__random_getentropy()

int uv__random_getentropy ( void *  buf,
size_t  buflen 
)

Definition at line 39 of file random-getentropy.c.

◆ uv__random_getentropy_init()

static void uv__random_getentropy_init ( void  )
static

Definition at line 34 of file random-getentropy.c.

Variable Documentation

◆ once

uv_once_t once = UV_ONCE_INIT
static

Definition at line 31 of file random-getentropy.c.

◆ uv__getentropy

uv__getentropy_cb uv__getentropy
static

Definition at line 30 of file random-getentropy.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:27