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

Clases

struct  enc_struct

'defines'

#define ENC_BLOCK_SIZE   (1024*4)
#define BUF_OFFSET   (EVP_MAX_BLOCK_LENGTH*2)

'typedefs'

typedef struct enc_struct BIO_ENC_CTX

Funciones

BIO_METHODBIO_f_cipher (void)
void BIO_set_cipher (BIO *b, const EVP_CIPHER *c, const unsigned char *k, const unsigned char *i, int e)

Documentación de los 'defines'

#define BUF_OFFSET   (EVP_MAX_BLOCK_LENGTH*2)
#define ENC_BLOCK_SIZE   (1024*4)

Documentación de los 'typedefs'

typedef struct enc_struct BIO_ENC_CTX

Documentación de las funciones

BIO_METHOD* BIO_f_cipher ( void  )
void BIO_set_cipher ( BIO b,
const EVP_CIPHER c,
const unsigned char *  k,
const unsigned char *  i,
int  e 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'