Go to the source code of this file.
Classes | |
struct | base64::base64_encodestate |
struct | base64::encoder |
Namespaces | |
base64 | |
Enumerations | |
enum | base64::base64_encodestep { base64::step_A, base64::step_B, base64::step_C } |
Functions | |
int | base64::base64_encode_block (const char *plaintext_in, int length_in, char *code_out, base64_encodestate *state_in) |
int | base64::base64_encode_blockend (char *code_out, base64_encodestate *state_in) |
char | base64::base64_encode_value (char value_in) |
void | base64::base64_init_encodestate (base64_encodestate *state_in) |