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