#include "eng_int.h"
Go to the source code of this file.
Functions | |
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) |
const ECDH_METHOD* ENGINE_get_ECDH | ( | const ENGINE * | e | ) |
int ENGINE_set_ECDH | ( | ENGINE * | e, |
const ECDH_METHOD * | ecdh_meth | ||
) |