Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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()

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()

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

Definition at line 72 of file examples_util.h.

Here is the caller graph for this function:

◆ secure_erase()

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: