Eneboo - Documentación para desarrolladores
|
#include <assert.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/crypto.h>
#include "e_os.h"
Clases | |
struct | bio_bio_st |
'defines' | |
#define | NDEBUG |
#define | SSIZE_MAX INT_MAX |
Funciones | |
BIO_METHOD * | BIO_s_bio (void) |
int | BIO_new_bio_pair (BIO **bio1_p, size_t writebuf1, BIO **bio2_p, size_t writebuf2) |
size_t | BIO_ctrl_get_write_guarantee (BIO *bio) |
size_t | BIO_ctrl_get_read_request (BIO *bio) |
int | BIO_ctrl_reset_read_request (BIO *bio) |
int | BIO_nread0 (BIO *bio, char **buf) |
int | BIO_nread (BIO *bio, char **buf, int num) |
int | BIO_nwrite0 (BIO *bio, char **buf) |
int | BIO_nwrite (BIO *bio, char **buf, int num) |
#define NDEBUG |
#define SSIZE_MAX INT_MAX |
BIO_METHOD* BIO_s_bio | ( | void | ) |