Searched refs:DSO (Results 1 - 14 of 14) sorted by relevance

/external/openssl/crypto/dso/
H A Ddso.h77 * behaviour can be overriden by setting the name_converter callback in the DSO
80 * one or two possible DSO methods. However, the following flag can be set in a
81 * DSO to prevent *any* native name-translation at all - eg. if the caller has
108 typedef struct dso_st DSO; typedef in typeref:struct:dso_st
111 * callbacks) that transform filenames. They are passed a DSO structure pointer
112 * (or NULL if they are to be used independantly of a DSO object) and a
116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
119 * DSO structure pointer (or NULL if they are to be used independantly of
120 * a DSO object) and two file specifications to merge. They should
126 * sensible for the DSO metho
[all...]
H A Ddso_lib.c66 DSO *DSO_new(void)
81 DSO_METHOD *DSO_get_method(DSO *dso)
86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth)
94 DSO *DSO_new_method(DSO_METHOD *meth)
96 DSO *ret;
103 ret = (DSO *)OPENSSL_malloc(sizeof(DSO));
109 memset(ret, 0, sizeof(DSO));
131 int DSO_free(DSO *dso)
143 REF_PRINT("DSO",ds
[all...]
H A Ddso_dl.c75 static int dl_load(DSO *dso);
76 static int dl_unload(DSO *dso);
77 static void *dl_bind_var(DSO *dso, const char *symname);
78 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
80 static int dl_unbind_var(DSO *dso, char *symname, void *symptr);
81 static int dl_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
82 static int dl_init(DSO *dso);
83 static int dl_finish(DSO *dso);
84 static int dl_ctrl(DSO *dso, int cmd, long larg, void *parg);
86 static char *dl_name_converter(DSO *ds
[all...]
H A Ddso_dlfcn.c77 static int dlfcn_load(DSO *dso);
78 static int dlfcn_unload(DSO *dso);
79 static void *dlfcn_bind_var(DSO *dso, const char *symname);
80 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
82 static int dlfcn_unbind(DSO *dso, char *symname, void *symptr);
83 static int dlfcn_init(DSO *dso);
84 static int dlfcn_finish(DSO *dso);
85 static long dlfcn_ctrl(DSO *dso, int cmd, long larg, void *parg);
87 static char *dlfcn_name_converter(DSO *dso, const char *filename);
88 static char *dlfcn_merger(DSO *ds
[all...]
H A Ddso_vms.c81 static int vms_load(DSO *dso);
82 static int vms_unload(DSO *dso);
83 static void *vms_bind_var(DSO *dso, const char *symname);
84 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
86 static int vms_unbind_var(DSO *dso, char *symname, void *symptr);
87 static int vms_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
88 static int vms_init(DSO *dso);
89 static int vms_finish(DSO *dso);
90 static long vms_ctrl(DSO *dso, int cmd, long larg, void *parg);
92 static char *vms_name_converter(DSO *ds
[all...]
H A Ddso_win32.c113 static int win32_load(DSO *dso);
114 static int win32_unload(DSO *dso);
115 static void *win32_bind_var(DSO *dso, const char *symname);
116 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
118 static int win32_unbind_var(DSO *dso, char *symname, void *symptr);
119 static int win32_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
120 static int win32_init(DSO *dso);
121 static int win32_finish(DSO *dso);
122 static long win32_ctrl(DSO *dso, int cmd, long larg, void *parg);
124 static char *win32_name_converter(DSO *ds
[all...]
/external/openssl/include/openssl/
H A Ddso.h77 * behaviour can be overriden by setting the name_converter callback in the DSO
80 * one or two possible DSO methods. However, the following flag can be set in a
81 * DSO to prevent *any* native name-translation at all - eg. if the caller has
108 typedef struct dso_st DSO; typedef in typeref:struct:dso_st
111 * callbacks) that transform filenames. They are passed a DSO structure pointer
112 * (or NULL if they are to be used independantly of a DSO object) and a
116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
119 * DSO structure pointer (or NULL if they are to be used independantly of
120 * a DSO object) and two file specifications to merge. They should
126 * sensible for the DSO metho
[all...]
/external/openssl/crypto/conf/
H A Dconf_mod.c79 /* DSO of this module or NULL if static */
80 DSO *dso;
114 static CONF_MODULE *module_add(DSO *dso, const char *name,
214 /* Module not found: try to load DSO */
244 /* Load a module from a DSO */
248 DSO *dso = NULL;
291 static CONF_MODULE *module_add(DSO *dso, const char *name,
/external/opencore/
H A DConfig.mk31 # Using -fvisibility=hidden option increases the DSO size beyond what's allocated in prelink map.
/external/openssl/crypto/
H A Dinstall.com47 BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,-
/external/elfutils/
H A Delfutils.spec57 The elfutils-libelf package provides a DSO which allows reading and
212 - libebl is an archive now; remove references to DSO
/external/openssl/crypto/engine/
H A Deng_dyn.c126 /* The DSO object we load that supplies the ENGINE code */
127 DSO *dynamic_dso;
/external/openssl/crypto/comp/
H A Dc_zlib.c119 static DSO *zlib_dso = NULL;
/external/qemu/
H A Dppc-dis.c1672 #define DSO(op, xop) (OP (op) | ((xop) & 0x3))
1673 #define DS_MASK DSO (0x3f, 3)
4705 { "ld", DSO(58,0), DS_MASK, PPC64, { RT, DS, RA0 } },
4707 { "ldu", DSO(58,1), DS_MASK, PPC64, { RT, DS, RAL } },
4709 { "lwa", DSO(58,2), DS_MASK, PPC64, { RT, DS, RA0 } },
4830 { "std", DSO(62,0), DS_MASK, PPC64, { RS, DS, RA0 } },
4832 { "stdu", DSO(62,1), DS_MASK, PPC64, { RS, DS, RAS } },
4834 { "stq", DSO(62,2), DS_MASK, POWER4, { RSQ, DS, RA0 } },
1667 #define DSO macro

Completed in 111 milliseconds