Eneboo - Documentación para desarrolladores
|
#include "eng_int.h"
Funciones | |
void | ENGINE_unregister_ciphers (ENGINE *e) |
int | ENGINE_register_ciphers (ENGINE *e) |
void | ENGINE_register_all_ciphers () |
int | ENGINE_set_default_ciphers (ENGINE *e) |
ENGINE * | ENGINE_get_cipher_engine (int nid) |
const EVP_CIPHER * | ENGINE_get_cipher (ENGINE *e, int nid) |
ENGINE_CIPHERS_PTR | ENGINE_get_ciphers (const ENGINE *e) |
int | ENGINE_set_ciphers (ENGINE *e, ENGINE_CIPHERS_PTR f) |
const EVP_CIPHER* ENGINE_get_cipher | ( | ENGINE * | e, |
int | nid | ||
) |
ENGINE_CIPHERS_PTR ENGINE_get_ciphers | ( | const ENGINE * | e | ) |
void ENGINE_register_all_ciphers | ( | void | ) |
int ENGINE_set_ciphers | ( | ENGINE * | e, |
ENGINE_CIPHERS_PTR | f | ||
) |
void ENGINE_unregister_ciphers | ( | ENGINE * | e | ) |