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