L4Re - L4 Runtime Environment
|
Functions | |
void | base64_encode (const char *infile, unsigned int in_size, char **outfile) |
base-64-encode string infile | |
void | base64_decode (const char *infile, unsigned int in_size, char **outfile) |
decode base-64-encoded string infile | |