|
5MP Motion Camera
1.1.1.1
A waterproof, low power, battery operated, motion activated, 5 mega-pixel, WiFi camera.
|
#include "base64.h"Functions | |
| void | a3_to_a4 (unsigned char *a4, unsigned char *a3) |
| void | a4_to_a3 (unsigned char *a3, unsigned char *a4) |
| unsigned char | b64_lookup (char c) |
| int | base64_encode (char *output, char *input, int inputLen) |
| int | base64_decode (char *output, char *input, int inputLen) |
| int | base64_enc_len (int plainLen) |
| int | base64_dec_len (char *input, int inputLen) |
Variables | |
| const char | b64_alphabet [] |
|
inline |
|
inline |
|
inline |
| int base64_dec_len | ( | char * | input, |
| int | inputLen | ||
| ) |
| int base64_decode | ( | char * | output, |
| char * | input, | ||
| int | inputLen | ||
| ) |
| int base64_enc_len | ( | int | plainLen | ) |
| int base64_encode | ( | char * | output, |
| char * | input, | ||
| int | inputLen | ||
| ) |
| const char b64_alphabet[] |