Home
last modified time | relevance | path

Searched refs:CONF_IMODULE (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dconf.h93 typedef struct conf_imodule_st CONF_IMODULE; typedef
97 STACK_OF(CONF_IMODULE);
100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
101 typedef void conf_finish_func (CONF_IMODULE *md);
189 const char *CONF_imodule_get_name(const CONF_IMODULE *md);
190 const char *CONF_imodule_get_value(const CONF_IMODULE *md);
191 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
192 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
193 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
194 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md);
[all …]
H A Dconf.h.in56 typedef struct conf_imodule_st CONF_IMODULE; typedef
60 STACK_OF(CONF_IMODULE);
63 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
64 typedef void conf_finish_func (CONF_IMODULE *md);
152 const char *CONF_imodule_get_name(const CONF_IMODULE *md);
153 const char *CONF_imodule_get_value(const CONF_IMODULE *md);
154 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
155 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
156 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
157 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md);
[all …]
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_mod.c27 DEFINE_STACK_OF(CONF_IMODULE)
73 static void module_finish(CONF_IMODULE *imod);
410 CONF_IMODULE *imod = NULL; in module_init()
525 CONF_IMODULE *imod; in conf_modules_finish_int()
554 static void module_finish(CONF_IMODULE *imod) in module_finish()
585 const char *CONF_imodule_get_name(const CONF_IMODULE *md) in CONF_imodule_get_name()
590 const char *CONF_imodule_get_value(const CONF_IMODULE *md) in CONF_imodule_get_value()
595 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md) in CONF_imodule_get_usr_data()
600 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data) in CONF_imodule_set_usr_data()
605 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md) in CONF_imodule_get_module()
[all …]
H A Dconf_ssl.c41 static void ssl_module_free(CONF_IMODULE *md) in ssl_module_free()
61 static int ssl_module_init(CONF_IMODULE *md, const CONF *cnf) in ssl_module_init()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_moid.c23 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf) in oid_module_init()
45 static void oid_module_finish(CONF_IMODULE *md) in oid_module_finish()
H A Dasn_mstbl.c20 static int stbl_module_init(CONF_IMODULE *md, const CONF *cnf) in stbl_module_init()
42 static void stbl_module_finish(CONF_IMODULE *md) in stbl_module_finish()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_cnf.c147 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) in int_engine_module_init()
171 static void int_engine_module_finish(CONF_IMODULE *md) in int_engine_module_finish()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_cnf.c21 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf) in alg_module_init()
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c756 static int random_conf_init(CONF_IMODULE *md, const CONF *cnf) in random_conf_init()
807 static void random_conf_deinit(CONF_IMODULE *md) in random_conf_deinit()
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c351 static int provider_conf_init(CONF_IMODULE *md, const CONF *cnf) in provider_conf_init()
/freebsd/crypto/openssl/util/
H A Dindent.pro161 -T CONF_IMODULE