Searched defs:CONF_IMODULE (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/conf/
H A Dconf.h104 typedef struct conf_imodule_st CONF_IMODULE; typedef in typeref:struct:conf_imodule_st
108 DECLARE_STACK_OF(CONF_IMODULE)
111 typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
112 typedef void conf_finish_func(CONF_IMODULE *md);
193 const char *CONF_imodule_get_name(const CONF_IMODULE *md);
194 const char *CONF_imodule_get_value(const CONF_IMODULE *md);
195 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
196 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
197 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
198 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *m
[all...]
/external/openssl/include/openssl/
H A Dconf.h104 typedef struct conf_imodule_st CONF_IMODULE; typedef in typeref:struct:conf_imodule_st
108 DECLARE_STACK_OF(CONF_IMODULE)
111 typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
112 typedef void conf_finish_func(CONF_IMODULE *md);
193 const char *CONF_imodule_get_name(const CONF_IMODULE *md);
194 const char *CONF_imodule_get_value(const CONF_IMODULE *md);
195 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
196 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
197 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
198 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *m
[all...]

Completed in 86 milliseconds