Bitcoin Core  27.99.0
P2P Digital Currency
Functions
examples_util.h File Reference
#include <stddef.h>
#include <limits.h>
#include <stdio.h>
Include dependency graph for examples_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static int fill_random (unsigned char *data, size_t size)
 
static void print_hex (unsigned char *data, size_t size)
 
static void secure_erase (void *ptr, size_t len)
 

Function Documentation

◆ fill_random()

static int fill_random ( unsigned char *  data,
size_t  size 
)
static

Definition at line 43 of file examples_util.h.

Here is the caller graph for this function:

◆ print_hex()

static void print_hex ( unsigned char *  data,
size_t  size 
)
static

Definition at line 72 of file examples_util.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ secure_erase()

static void secure_erase ( void *  ptr,
size_t  len 
)
static

Definition at line 86 of file examples_util.h.

Here is the caller graph for this function: