CONF_IMODULE
static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
static void oid_module_finish(CONF_IMODULE *md)
static int stbl_module_init(CONF_IMODULE *md, const CONF *cnf)
static void stbl_module_finish(CONF_IMODULE *md)
DEFINE_STACK_OF(CONF_IMODULE)
CONF_IMODULE *imod = NULL;
STACK_OF(CONF_IMODULE) *old_modules;
STACK_OF(CONF_IMODULE) *new_modules;
CONF_IMODULE *imod;
STACK_OF(CONF_IMODULE) *old_modules;
STACK_OF(CONF_IMODULE) *new_modules = NULL;
static void module_finish(CONF_IMODULE *imod)
const char *CONF_imodule_get_name(const CONF_IMODULE *md)
const char *CONF_imodule_get_value(const CONF_IMODULE *md)
void *CONF_imodule_get_usr_data(const CONF_IMODULE *md)
void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data)
CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md)
unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md)
void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags)
static STACK_OF(CONF_IMODULE) *initialized_modules = NULL; /* protected by lock */
static void module_finish(CONF_IMODULE *imod);
static void ssl_module_free(CONF_IMODULE *md)
static int ssl_module_init(CONF_IMODULE *md, const CONF *cnf)
static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
static void int_engine_module_finish(CONF_IMODULE *md)
static int alg_module_init(CONF_IMODULE *md, const CONF *cnf)
static int provider_conf_init(CONF_IMODULE *md, const CONF *cnf)
static void random_conf_deinit(CONF_IMODULE *md)
static int random_conf_init(CONF_IMODULE *md, const CONF *cnf)
STACK_OF(CONF_IMODULE);
typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
typedef void conf_finish_func(CONF_IMODULE *md);
const char *CONF_imodule_get_name(const CONF_IMODULE *md);
const char *CONF_imodule_get_value(const CONF_IMODULE *md);
void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md);
void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags);