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

/freebsd-9.3-release/crypto/openssl/crypto/dso/
H A Ddso.h80 * DSO object (using DSO_set_name_converter()). This callback could even
82 * behaviour for one or two possible DSO methods. However, the following flag
83 * can be set in a DSO to prevent *any* native name-translation at all - eg.
112 typedef struct dso_st DSO; typedef in typeref:struct:dso_st
116 * callbacks) that transform filenames. They are passed a DSO structure
117 * pointer (or NULL if they are to be used independantly of a DSO object) and
122 typedef char *(*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
125 * callbacks) that merge two file specifications. They are passed a DSO
126 * structure pointer (or NULL if they are to be used independantly of a DSO
132 * fashion that is sensible for the DSO metho
[all...]
H A Ddso_lib.c67 DSO *DSO_new(void)
82 DSO_METHOD *DSO_get_method(DSO *dso)
87 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth)
95 DSO *DSO_new_method(DSO_METHOD *meth)
97 DSO *ret;
106 ret = (DSO *)OPENSSL_malloc(sizeof(DSO));
111 memset(ret, 0, sizeof(DSO));
131 int DSO_free(DSO *dso)
142 REF_PRINT("DSO", ds
[all...]
H A Ddso_dl.c76 static int dl_load(DSO *dso);
77 static int dl_unload(DSO *dso);
78 static void *dl_bind_var(DSO *dso, const char *symname);
79 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
81 static int dl_unbind_var(DSO *dso, char *symname, void *symptr);
82 static int dl_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
83 static int dl_init(DSO *dso);
84 static int dl_finish(DSO *dso);
85 static int dl_ctrl(DSO *dso, int cmd, long larg, void *parg);
87 static char *dl_name_converter(DSO *ds
[all...]
H A Ddso_dlfcn.c78 static int dlfcn_load(DSO *dso);
79 static int dlfcn_unload(DSO *dso);
80 static void *dlfcn_bind_var(DSO *dso, const char *symname);
81 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
83 static int dlfcn_unbind(DSO *dso, char *symname, void *symptr);
84 static int dlfcn_init(DSO *dso);
85 static int dlfcn_finish(DSO *dso);
86 static long dlfcn_ctrl(DSO *dso, int cmd, long larg, void *parg);
88 static char *dlfcn_name_converter(DSO *dso, const char *filename);
89 static char *dlfcn_merger(DSO *ds
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_mod.c77 /* DSO of this module or NULL if static */
78 DSO *dso;
111 static CONF_MODULE *module_add(DSO *dso, const char *name,
206 /* Module not found: try to load DSO */
233 /* Load a module from a DSO */
237 DSO *dso = NULL;
277 static CONF_MODULE *module_add(DSO *dso, const char *name,
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips_premain.c153 DSO *dso;
/freebsd-9.3-release/crypto/openssl/engines/
H A De_nuron.c120 static DSO *pvDSOHandle = NULL;
H A De_atalla.c291 * This is a process-global DSO handle used for loading and unloading the
296 static DSO *atalla_dso = NULL;
308 * These are the static string constants for the DSO file name and the
309 * function symbol names to bind to. Regrettably, the DSO name on *nix
H A De_4758cca.c174 static DSO *dso = NULL;
H A De_sureware.c342 * This is a process-global DSO handle used for loading and unloading the
347 static DSO *surewarehk_dso = NULL;
375 /* Used in the DSO operations. */
H A De_ubsec.c290 * This is a process-global DSO handle used for loading and unloading the
296 static DSO *ubsec_dso = NULL;
328 * These are the static string constants for the DSO file name and the function
H A De_chil.c432 * This is a process-global DSO handle used for loading and unloading the
437 static DSO *hwcrhk_dso = NULL;
462 /* Used in the DSO operations. */
612 * Try and get a context - if not, we may have a DSO but no accelerator!
H A De_cswift.c314 * This is a process-global DSO handle used for loading and unloading the
319 static DSO *cswift_dso = NULL;
330 /* Used in the DSO operations. */
425 * Try and get a context - if not, we may have a DSO but no accelerator!
H A De_aep.c384 * This is a process-global DSO handle used for loading and unloading the Aep
389 static DSO *aep_dso = NULL;
392 * These are the static string constants for the DSO file name and the
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c132 /* The DSO object we load that supplies the ENGINE code */
133 DSO *dynamic_dso;
/freebsd-9.3-release/crypto/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c272 * This is a process-global DSO handle used for loading and unloading the
277 static DSO *cluster_labs_dso = NULL;
/freebsd-9.3-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c122 static DSO *zlib_dso = NULL;
/freebsd-9.3-release/crypto/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c319 * This is a process-global DSO handle used for loading and unloading the
325 static DSO *ibmca_dso = NULL;
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dppc-opc.c1330 #define DSO(op, xop) (OP (op) | ((xop) & 0x3))
1331 #define DS_MASK DSO (0x3f, 3)
4363 { "ld", DSO(58,0), DS_MASK, PPC64, { RT, DS, RA0 } },
4365 { "ldu", DSO(58,1), DS_MASK, PPC64, { RT, DS, RAL } },
4367 { "lwa", DSO(58,2), DS_MASK, PPC64, { RT, DS, RA0 } },
4488 { "std", DSO(62,0), DS_MASK, PPC64, { RS, DS, RA0 } },
4490 { "stdu", DSO(62,1), DS_MASK, PPC64, { RS, DS, RAS } },
4492 { "stq", DSO(62,2), DS_MASK, POWER4, { RSQ, DS, RA0 } },
1327 #define DSO macro
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod.c416 * This is a process-global DSO handle used for loading and unloading the
421 static DSO *zencod_dso = NULL;
449 * These are the static string constants for the DSO file name and the

Completed in 188 milliseconds