ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Functions
hexconversion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bytetohex (unsigned char, char *)
 
char tohex (char)
 
int fromhex (unsigned char)
 

Function Documentation

◆ bytetohex()

void bytetohex ( unsigned  char,
char *   
)

◆ fromhex()

int fromhex ( unsigned  char)

Definition at line 32 of file hexconversion.c.

◆ tohex()

char tohex ( char  )

Definition at line 23 of file hexconversion.c.