Eneboo - Documentación para desarrolladores
|
#include "eng_int.h"
Funciones | |
void | ENGINE_unregister_DH (ENGINE *e) |
int | ENGINE_register_DH (ENGINE *e) |
void | ENGINE_register_all_DH () |
int | ENGINE_set_default_DH (ENGINE *e) |
ENGINE * | ENGINE_get_default_DH (void) |
const DH_METHOD * | ENGINE_get_DH (const ENGINE *e) |
int | ENGINE_set_DH (ENGINE *e, const DH_METHOD *dh_meth) |
ENGINE* ENGINE_get_default_DH | ( | void | ) |
void ENGINE_register_all_DH | ( | void | ) |
void ENGINE_unregister_DH | ( | ENGINE * | e | ) |