Eneboo - Documentación para desarrolladores
|
#include "eng_int.h"
Funciones | |
void | ENGINE_unregister_ECDH (ENGINE *e) |
int | ENGINE_register_ECDH (ENGINE *e) |
void | ENGINE_register_all_ECDH () |
int | ENGINE_set_default_ECDH (ENGINE *e) |
ENGINE * | ENGINE_get_default_ECDH (void) |
const ECDH_METHOD * | ENGINE_get_ECDH (const ENGINE *e) |
int | ENGINE_set_ECDH (ENGINE *e, const ECDH_METHOD *ecdh_meth) |
ENGINE* ENGINE_get_default_ECDH | ( | void | ) |
const ECDH_METHOD* ENGINE_get_ECDH | ( | const ENGINE * | e | ) |
void ENGINE_register_all_ECDH | ( | void | ) |
int ENGINE_set_ECDH | ( | ENGINE * | e, |
const ECDH_METHOD * | ecdh_meth | ||
) |
void ENGINE_unregister_ECDH | ( | ENGINE * | e | ) |