Functions | |
| L4_CV void | base64_encode (const char *infile, unsigned int in_size, char **outfile) |
| base-64-encode string infile | |
| L4_CV void | base64_decode (const char *infile, unsigned int in_size, char **outfile) |
| decode base-64-encoded string infile | |
| L4_CV void base64_encode | ( | const char * | infile, | |
| unsigned int | in_size, | |||
| char ** | outfile | |||
| ) |
base-64-encode string infile
| infile | string to be encoded | |
| in_size | length of infile |
| outfile | the base-64-encoded representation of infile |
| L4_CV void base64_decode | ( | const char * | infile, | |
| unsigned int | in_size, | |||
| char ** | outfile | |||
| ) |
decode base-64-encoded string infile
| infile | string to be decoded | |
| in_size | length of infile |
| outfile | the decoded representation of infile |