djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Functions
base32.c File Reference
#include <sys/types.h>
#include <string.h>
#include "base32.h"
#include "byte.h"
#include "uint_t.h"
#include "errno.h"
Include dependency graph for base32.c:

Go to the source code of this file.

Functions

unsigned int base32_bytessize (unsigned int len)
 
unsigned int base32_decode (uint8 *out, const char *in, unsigned int len, int mode)
 
void base32_encode (uint8 *out, const char *in, unsigned int len)
 
void base32_clientkey (uint8 *out, const char *key)
 
unsigned int base32_serverkey (uint8 *out, const char *in, unsigned int len)
 

Function Documentation

◆ base32_bytessize()

unsigned int base32_bytessize ( unsigned int  len)

Definition at line 40 of file base32.c.

Here is the caller graph for this function:

◆ base32_clientkey()

void base32_clientkey ( uint8 *  out,
const char *  key 
)

Definition at line 106 of file base32.c.

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

◆ base32_decode()

unsigned int base32_decode ( uint8 *  out,
const char *  in,
unsigned int  len,
int  mode 
)

Definition at line 46 of file base32.c.

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

◆ base32_encode()

void base32_encode ( uint8 *  out,
const char *  in,
unsigned int  len 
)

Definition at line 77 of file base32.c.

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

◆ base32_serverkey()

unsigned int base32_serverkey ( uint8 *  out,
const char *  in,
unsigned int  len 
)

Definition at line 127 of file base32.c.

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