Eneboo - Documentación para desarrolladores
Clases | 'defines' | 'typedefs' | Funciones
Referencia del Archivo src/libdigidoc/openssl/crypto/evp/bio_ok.c
#include <stdio.h>
#include <errno.h>
#include <assert.h>
#include "cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/bio.h>
#include <openssl/evp.h>
#include <openssl/rand.h>

Clases

struct  ok_struct

'defines'

#define OK_BLOCK_SIZE   (1024*4)
#define OK_BLOCK_BLOCK   4
#define IOBS   (OK_BLOCK_SIZE+ OK_BLOCK_BLOCK+ 3*EVP_MAX_MD_SIZE)
#define WELLKNOWN   "The quick brown fox jumped over the lazy dog's back."

'typedefs'

typedef struct ok_struct BIO_OK_CTX

Funciones

BIO_METHODBIO_f_reliable (void)

Documentación de los 'defines'

#define IOBS   (OK_BLOCK_SIZE+ OK_BLOCK_BLOCK+ 3*EVP_MAX_MD_SIZE)
#define OK_BLOCK_BLOCK   4
#define OK_BLOCK_SIZE   (1024*4)
#define WELLKNOWN   "The quick brown fox jumped over the lazy dog's back."

Documentación de los 'typedefs'

typedef struct ok_struct BIO_OK_CTX

Documentación de las funciones

BIO_METHOD* BIO_f_reliable ( void  )
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'