Eneboo - Documentación para desarrolladores
Funciones | Variables
Referencia del Archivo src/libdigidoc/openssl/crypto/dh/dh_lib.c
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
#include <openssl/dh.h>
#include <openssl/engine.h>

Funciones

void DH_set_default_method (const DH_METHOD *meth)
const DH_METHODDH_get_default_method (void)
int DH_set_method (DH *dh, const DH_METHOD *meth)
DHDH_new (void)
DHDH_new_method (ENGINE *engine)
void DH_free (DH *r)
int DH_up_ref (DH *r)
int DH_get_ex_new_index (long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
int DH_set_ex_data (DH *d, int idx, void *arg)
void * DH_get_ex_data (DH *d, int idx)
int DH_size (const DH *dh)

Variables

const char DH_version [] = "Diffie-Hellman" OPENSSL_VERSION_PTEXT

Documentación de las funciones

void DH_free ( DH r)
const DH_METHOD* DH_get_default_method ( void  )
void* DH_get_ex_data ( DH d,
int  idx 
)
int DH_get_ex_new_index ( long  argl,
void *  argp,
CRYPTO_EX_new new_func,
CRYPTO_EX_dup dup_func,
CRYPTO_EX_free free_func 
)
DH* DH_new ( void  )
DH* DH_new_method ( ENGINE engine)
void DH_set_default_method ( const DH_METHOD meth)
int DH_set_ex_data ( DH d,
int  idx,
void *  arg 
)
int DH_set_method ( DH dh,
const DH_METHOD meth 
)
int DH_size ( const DH dh)
int DH_up_ref ( DH r)

Documentación de las variables

const char DH_version[] = "Diffie-Hellman" OPENSSL_VERSION_PTEXT
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'