#include "eng_int.h"
Go to the source code of this file.
Functions | |
void | ENGINE_unregister_STORE (ENGINE *e) |
int | ENGINE_register_STORE (ENGINE *e) |
void | ENGINE_register_all_STORE () |
const STORE_METHOD * | ENGINE_get_STORE (const ENGINE *e) |
int | ENGINE_set_STORE (ENGINE *e, const STORE_METHOD *store_meth) |
const STORE_METHOD* ENGINE_get_STORE | ( | const ENGINE * | e | ) |
Definition at line 113 of file tb_store.c.
Definition at line 83 of file tb_store.c.
int ENGINE_register_STORE | ( | ENGINE * | e | ) |
Definition at line 75 of file tb_store.c.
int ENGINE_set_STORE | ( | ENGINE * | e, |
const STORE_METHOD * | store_meth | ||
) |
Definition at line 119 of file tb_store.c.
Definition at line 65 of file tb_store.c.