#include "eng_int.h"
Go to the source code of this file.
Functions | |
void | ENGINE_unregister_ECDSA (ENGINE *e) |
int | ENGINE_register_ECDSA (ENGINE *e) |
void | ENGINE_register_all_ECDSA () |
int | ENGINE_set_default_ECDSA (ENGINE *e) |
ENGINE * | ENGINE_get_default_ECDSA (void) |
const ECDSA_METHOD * | ENGINE_get_ECDSA (const ENGINE *e) |
int | ENGINE_set_ECDSA (ENGINE *e, const ECDSA_METHOD *ecdsa_meth) |
Definition at line 102 of file tb_ecdsa.c.
const ECDSA_METHOD* ENGINE_get_ECDSA | ( | const ENGINE * | e | ) |
Definition at line 108 of file tb_ecdsa.c.
Definition at line 83 of file tb_ecdsa.c.
int ENGINE_register_ECDSA | ( | ENGINE * | e | ) |
Definition at line 75 of file tb_ecdsa.c.
int ENGINE_set_default_ECDSA | ( | ENGINE * | e | ) |
Definition at line 91 of file tb_ecdsa.c.
int ENGINE_set_ECDSA | ( | ENGINE * | e, |
const ECDSA_METHOD * | ecdsa_meth | ||
) |
Definition at line 114 of file tb_ecdsa.c.
Definition at line 65 of file tb_ecdsa.c.