#include <stdio.h>
#include <errno.h>
#include "cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/evp.h>
Go to the source code of this file.
Classes | |
struct | b64_struct |
Macros | |
#define | B64_BLOCK_SIZE 1024 |
#define | B64_BLOCK_SIZE2 768 |
#define | B64_NONE 0 |
#define | B64_ENCODE 1 |
#define | B64_DECODE 2 |
Typedefs | |
typedef struct b64_struct | BIO_B64_CTX |
Functions | |
BIO_METHOD * | BIO_f_base64 (void) |
typedef struct b64_struct BIO_B64_CTX |
BIO_METHOD* BIO_f_base64 | ( | void | ) |