s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions
base64.c File Reference
#include "base64.h"
#include "str.h"
Include dependency graph for base64.c:

Go to the source code of this file.

Macros

#define B64PAD   '='
 

Functions

int b64decode (const unsigned char *in, int l, stralloc *out)
 
int b64encode (stralloc *in, stralloc *out)
 

Macro Definition Documentation

◆ B64PAD

#define B64PAD   '='

Definition at line 6 of file base64.c.

Function Documentation

◆ b64decode()

int b64decode ( const unsigned char *  in,
int  l,
stralloc *  out 
)

Definition at line 10 of file base64.c.

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

◆ b64encode()

int b64encode ( stralloc *  in,
stralloc *  out 
)

Definition at line 87 of file base64.c.

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