Symbol: CONF_MODULE
crypto/openssl/crypto/conf/conf_mod.c
262
CONF_MODULE *md;
crypto/openssl/crypto/conf/conf_mod.c
27
DEFINE_STACK_OF(CONF_MODULE)
crypto/openssl/crypto/conf/conf_mod.c
295
static CONF_MODULE *module_load_dso(const CONF *cnf,
crypto/openssl/crypto/conf/conf_mod.c
303
CONF_MODULE *md;
crypto/openssl/crypto/conf/conf_mod.c
336
static CONF_MODULE *module_add(DSO *dso, const char *name,
crypto/openssl/crypto/conf/conf_mod.c
339
CONF_MODULE *tmod = NULL;
crypto/openssl/crypto/conf/conf_mod.c
340
STACK_OF(CONF_MODULE) *old_modules;
crypto/openssl/crypto/conf/conf_mod.c
341
STACK_OF(CONF_MODULE) *new_modules;
crypto/openssl/crypto/conf/conf_mod.c
394
static CONF_MODULE *module_find(const char *name)
crypto/openssl/crypto/conf/conf_mod.c
396
CONF_MODULE *tmod;
crypto/openssl/crypto/conf/conf_mod.c
399
STACK_OF(CONF_MODULE) *mods;
crypto/openssl/crypto/conf/conf_mod.c
427
static int module_init(CONF_MODULE *pmod, const char *name, const char *value,
crypto/openssl/crypto/conf/conf_mod.c
516
CONF_MODULE *md;
crypto/openssl/crypto/conf/conf_mod.c
517
STACK_OF(CONF_MODULE) *old_modules;
crypto/openssl/crypto/conf/conf_mod.c
518
STACK_OF(CONF_MODULE) *new_modules;
crypto/openssl/crypto/conf/conf_mod.c
519
STACK_OF(CONF_MODULE) *to_delete;
crypto/openssl/crypto/conf/conf_mod.c
560
static void module_free(CONF_MODULE *md)
crypto/openssl/crypto/conf/conf_mod.c
59
CONF_MODULE *pmod;
crypto/openssl/crypto/conf/conf_mod.c
655
CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md)
crypto/openssl/crypto/conf/conf_mod.c
670
void *CONF_module_get_usr_data(CONF_MODULE *pmod)
crypto/openssl/crypto/conf/conf_mod.c
675
void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data)
crypto/openssl/crypto/conf/conf_mod.c
68
static STACK_OF(CONF_MODULE) *supported_modules = NULL; /* protected by lock */
crypto/openssl/crypto/conf/conf_mod.c
73
static void module_free(CONF_MODULE *md);
crypto/openssl/crypto/conf/conf_mod.c
77
static CONF_MODULE *module_add(DSO *dso, const char *name,
crypto/openssl/crypto/conf/conf_mod.c
80
static CONF_MODULE *module_find(const char *name);
crypto/openssl/crypto/conf/conf_mod.c
81
static int module_init(CONF_MODULE *pmod, const char *name, const char *value,
crypto/openssl/crypto/conf/conf_mod.c
83
static CONF_MODULE *module_load_dso(const CONF *cnf, const char *name,
crypto/openssl/include/openssl/conf.h
103
STACK_OF(CONF_MODULE);
crypto/openssl/include/openssl/conf.h
202
CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
crypto/openssl/include/openssl/conf.h
205
void *CONF_module_get_usr_data(CONF_MODULE *pmod);
crypto/openssl/include/openssl/conf.h
206
void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);