#include <b64/cdecode.h>
Go to the source code of this file.
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) |
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 | ) |