Go to the documentation of this file.
26 #ifndef MBEDTLS_BASE64_H
27 #define MBEDTLS_BASE64_H
29 #if !defined(MBEDTLS_CONFIG_FILE)
32 #include MBEDTLS_CONFIG_FILE
37 #define MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL -0x002A
38 #define MBEDTLS_ERR_BASE64_INVALID_CHARACTER -0x002C
64 const unsigned char *src,
size_t slen );
84 const unsigned char *src,
size_t slen );
86 #if defined(MBEDTLS_SELF_TEST)