
Go to the source code of this file.
Functions | |
| void | encodeblock (unsigned char *in, unsigned char *out) |
| void | decodeblock (unsigned char *in, unsigned char *out) |
| void | GKEncodeBase64 (int nbytes, unsigned char *inbuffer, unsigned char *outbuffer) |
| void | GKDecodeBase64 (int nbytes, unsigned char *inbuffer, unsigned char *outbuffer) |
Most of these routines are outdated and should be converted using glibc's equivalent routines.
$Id: b64.c 10711 2011-08-31 22:23:04Z karypis $
$Copyright$ $License$
Definition in file b64.c.
| void encodeblock | ( | unsigned char * | in, | |
| unsigned char * | out | |||
| ) |
Definition at line 28 of file b64.c.
Referenced by GKEncodeBase64().

| void decodeblock | ( | unsigned char * | in, | |
| unsigned char * | out | |||
| ) |
Definition at line 46 of file b64.c.
Referenced by GKDecodeBase64().

| void GKEncodeBase64 | ( | int | nbytes, | |
| unsigned char * | inbuffer, | |||
| unsigned char * | outbuffer | |||
| ) |
Definition at line 64 of file b64.c.
References encodeblock(), and gk_errexit().

| void GKDecodeBase64 | ( | int | nbytes, | |
| unsigned char * | inbuffer, | |||
| unsigned char * | outbuffer | |||
| ) |
Definition at line 85 of file b64.c.
References decodeblock(), and gk_errexit().

1.5.5