Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <errno.h>
#include "cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/evp.h>
Clases | |
struct | b64_struct |
'defines' | |
#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 |
Funciones | |
BIO_METHOD * | BIO_f_base64 (void) |
#define B64_BLOCK_SIZE 1024 |
#define B64_BLOCK_SIZE2 768 |
#define B64_DECODE 2 |
#define B64_ENCODE 1 |
#define B64_NONE 0 |
typedef struct b64_struct BIO_B64_CTX |
BIO_METHOD* BIO_f_base64 | ( | void | ) |