
Go to the source code of this file.
Classes | |
| struct | base64_decodestate |
Macros | |
| #define | BASE64_CDECODE_H |
Enumerations | |
| enum | base64_decodestep { step_a, step_b, step_c, step_d } |
Functions | |
| int | base64_decode_block (const char *code_in, const int length_in, char *plaintext_out, base64_decodestate *state_in) |
| int | base64_decode_value (char value_in) |
| void | base64_init_decodestate (base64_decodestate *state_in) |
| enum base64_decodestep |
| int base64_decode_block | ( | const char * | code_in, |
| const int | length_in, | ||
| char * | plaintext_out, | ||
| base64_decodestate * | state_in | ||
| ) |
| void base64_init_decodestate | ( | base64_decodestate * | state_in | ) |