|
|
libRASCH: mime64.c File Reference
mime64.c File Reference
Include dependency graph for mime64.c:
Go to the source code of this file.
|
Functions |
| int | encode_base64 (unsigned char *in, long isize, unsigned char **out, long *osize) |
| | encode a string using MIME64
|
| int | decode_base64 (unsigned char *in, long isize, unsigned char **out, long *osize, long max_size) |
| | decode a string using MIME64
|
Variables |
| unsigned char | base64_alph [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" |
Detailed Description
This file implements mime-base64 encoding/decoding.
- Author:
- Raphael Schneider (ra@med1.med.tum.de)
Definition in file mime64.c.
Function Documentation
| int decode_base64 |
( |
unsigned char * |
in, |
|
|
long |
isize, |
|
|
unsigned char ** |
out, |
|
|
long * |
osize, |
|
|
long |
max_size |
|
) |
|
|
| int encode_base64 |
( |
unsigned char * |
in, |
|
|
long |
isize, |
|
|
unsigned char ** |
out, |
|
|
long * |
osize |
|
) |
|
|
Variable Documentation
| unsigned char base64_alph[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" |
|
Generated on Fri May 27 11:33:01 2005 for libRASCH by
1.4.2
|