#include "eng_int.h"
Go to the source code of this file.
Functions | |
void | ENGINE_unregister_DSA (ENGINE *e) |
int | ENGINE_register_DSA (ENGINE *e) |
void | ENGINE_register_all_DSA () |
int | ENGINE_set_default_DSA (ENGINE *e) |
ENGINE * | ENGINE_get_default_DSA (void) |
const DSA_METHOD * | ENGINE_get_DSA (const ENGINE *e) |
int | ENGINE_set_DSA (ENGINE *e, const DSA_METHOD *dsa_meth) |
const DSA_METHOD* ENGINE_get_DSA | ( | const ENGINE * | e | ) |
int ENGINE_set_DSA | ( | ENGINE * | e, |
const DSA_METHOD * | dsa_meth | ||
) |