Go to the documentation of this file.
24 #ifndef MBEDTLS_BASE64_H
25 #define MBEDTLS_BASE64_H
29 #define MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL -0x002A
30 #define MBEDTLS_ERR_BASE64_INVALID_CHARACTER -0x002C
56 const unsigned char *src,
size_t slen );
76 const unsigned char *src,
size_t slen );