Go to the documentation of this file.
27 #ifndef POLARSSL_BASE64_H
28 #define POLARSSL_BASE64_H
32 #define POLARSSL_ERR_BASE64_BUFFER_TOO_SMALL -0x002A
33 #define POLARSSL_ERR_BASE64_INVALID_CHARACTER -0x002C
55 const unsigned char *src,
size_t slen );
74 const unsigned char *src,
size_t slen );