djbdnscurve6 46
djbdnscurve6
Loading...
Searching...
No Matches
hex.h File Reference
#include "unit_t.h"
Include dependency graph for hex.h:

Go to the source code of this file.

Functions

int char2hex (char, uint8 *)
int hex2char (uint8, char *)
int hex_decode (const char *, uint8 *)
int hex_encode (const uint8 *, int, char *, int)

Function Documentation

◆ char2hex()

int char2hex ( char in,
uint8 * out )

Definition at line 5 of file hex.c.

Here is the caller graph for this function:

◆ hex2char()

int hex2char ( uint8 in,
char * out )

Definition at line 21 of file hex.c.

Here is the caller graph for this function:

◆ hex_decode()

int hex_decode ( const char * src,
uint8 * dst )

Definition at line 30 of file hex.c.

Here is the call graph for this function:

◆ hex_encode()

int hex_encode ( const uint8 * src,
int srclen,
char * dst,
int dstlen )

Definition at line 42 of file hex.c.

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