Go to the source code of this file.
Definition in file base64.h.
Definition at line 15 of file base64.h.
Referenced by base64_decode(), x509_add_certs(), and x509_parse_key().
Decode a base64-formatted buffer.
Definition at line 121 of file base64.c.
References base64_dec_map, ERR_BASE64_BUFFER_TOO_SMALL, and ERR_BASE64_INVALID_CHARACTER.
Referenced by x509_add_certs(), and x509_parse_key().
Encode a buffer into base64 format.
Definition at line 61 of file base64.c.
References base64_enc_map, and ERR_BASE64_BUFFER_TOO_SMALL.