|
libalpm
Arch Linux Package Manager Library
|

Go to the source code of this file.
Functions | |
| int | base64_decode (unsigned char *dst, size_t *dlen, const unsigned char *src, size_t slen) |
| Decode a base64-formatted buffer. | |
| int base64_decode | ( | unsigned char * | dst, |
| size_t * | dlen, | ||
| const unsigned char * | src, | ||
| size_t | slen | ||
| ) |
Decode a base64-formatted buffer.
| dst | destination buffer |
| dlen | size of the buffer |
| src | source buffer |
| slen | amount of data to be decoded |
Definition at line 135 of file base64.c.
References POLARSSL_ERR_BASE64_BUFFER_TOO_SMALL, and POLARSSL_ERR_BASE64_INVALID_CHARACTER.
1.7.6.1