File cencode.c
FileList > arduino > libraries > ext > base64 > libb64 > cencode.c
Go to the source code of this file.
#include "cencode.h"
Public Functions
Type | Name |
---|---|
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) |
int | base64_encode_chars (const char * plaintext_in, int length_in, char * code_out) |
char | base64_encode_value (char value_in) |
void | base64_init_encodestate (base64_encodestate * state_in) |
Public Functions Documentation
function base64_encode_block
int base64_encode_block (
const char * plaintext_in,
int length_in,
char * code_out,
base64_encodestate * state_in
)
function base64_encode_blockend
function base64_encode_chars
function base64_encode_value
function base64_init_encodestate
The documentation for this class was generated from the following file cores/common/arduino/libraries/ext/base64/libb64/cencode.c