Home
last modified time | relevance | path

Searched refs:dso (Results 1 – 25 of 32) sorted by relevance

12

/mirbsd/src/lib/libssl/src/crypto/dso/
Ddso_lib.c81 DSO_METHOD *DSO_get_method(DSO *dso) in DSO_get_method() argument
83 return(dso->meth); in DSO_get_method()
86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth) in DSO_set_method() argument
89 mtmp = dso->meth; in DSO_set_method()
90 dso->meth = meth; in DSO_set_method()
131 int DSO_free(DSO *dso) in DSO_free() argument
135 if(dso == NULL) in DSO_free()
141 i=CRYPTO_add(&dso->references,-1,CRYPTO_LOCK_DSO); in DSO_free()
143 REF_PRINT("DSO",dso); in DSO_free()
154 if((dso->meth->dso_unload != NULL) && !dso->meth->dso_unload(dso)) in DSO_free()
[all …]
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 *dso, const char *filename);
[all …]
Ddso_dlfcn.c81 static int dlfcn_load(DSO *dso);
82 static int dlfcn_unload(DSO *dso);
83 static void *dlfcn_bind_var(DSO *dso, const char *symname);
84 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
86 static int dlfcn_unbind(DSO *dso, char *symname, void *symptr);
87 static int dlfcn_init(DSO *dso);
88 static int dlfcn_finish(DSO *dso);
89 static long dlfcn_ctrl(DSO *dso, int cmd, long larg, void *parg);
91 static char *dlfcn_name_converter(DSO *dso, const char *filename);
143 static int dlfcn_load(DSO *dso) in dlfcn_load() argument
[all …]
Ddso_win32.c93 static int win32_load(DSO *dso);
94 static int win32_unload(DSO *dso);
95 static void *win32_bind_var(DSO *dso, const char *symname);
96 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
98 static int win32_unbind_var(DSO *dso, char *symname, void *symptr);
99 static int win32_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
100 static int win32_init(DSO *dso);
101 static int win32_finish(DSO *dso);
102 static long win32_ctrl(DSO *dso, int cmd, long larg, void *parg);
104 static char *win32_name_converter(DSO *dso, const char *filename);
[all …]
Ddso.h117 int (*dso_load)(DSO *dso);
119 int (*dso_unload)(DSO *dso);
121 void *(*dso_bind_var)(DSO *dso, const char *symname);
128 DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname);
133 int (*dso_unbind_var)(DSO *dso, char *symname, void *symptr);
135 int (*dso_unbind_func)(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
139 long (*dso_ctrl)(DSO *dso, int cmd, long larg, void *parg);
145 int (*init)(DSO *dso);
146 int (*finish)(DSO *dso);
188 int DSO_free(DSO *dso);
[all …]
Ddso_vms.c80 static int vms_load(DSO *dso);
81 static int vms_unload(DSO *dso);
82 static void *vms_bind_var(DSO *dso, const char *symname);
83 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
85 static int vms_unbind_var(DSO *dso, char *symname, void *symptr);
86 static int vms_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
87 static int vms_init(DSO *dso);
88 static int vms_finish(DSO *dso);
89 static long vms_ctrl(DSO *dso, int cmd, long larg, void *parg);
91 static char *vms_name_converter(DSO *dso, const char *filename);
[all …]
DMakefile5 DIR= dso
32 EXHEADER= dso.h
84 dso_dl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
91 dso_dlfcn.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
98 dso_err.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
105 dso_lib.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
112 dso_null.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
120 dso_openssl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
128 dso_vms.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
135 dso_win32.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
DMakefile.ssl5 DIR= dso
33 EXHEADER= dso.h
86 dso_dl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
93 dso_dlfcn.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
100 dso_err.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
107 dso_lib.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
114 dso_null.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
122 dso_openssl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
130 dso_vms.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
137 dso_win32.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
DREADME17 (i) checks if we're win32 (if(strstr(dso->meth->name, "win32")....)
21 finish with (return dso->meth->dso_name_converter(dso,NULL)).
/mirbsd/src/lib/libssl/src/crypto/conf/
Dconf_mod.c81 DSO *dso; member
115 static CONF_MODULE *module_add(DSO *dso, const char *name,
249 DSO *dso = NULL; in module_load_dso() local
262 dso = DSO_load(NULL, path, NULL, 0); in module_load_dso()
263 if (!dso) in module_load_dso()
268 ifunc = (conf_init_func *)DSO_bind_func(dso, DSO_mod_init_name); in module_load_dso()
274 ffunc = (conf_finish_func *)DSO_bind_func(dso, DSO_mod_finish_name); in module_load_dso()
276 md = module_add(dso, name, ifunc, ffunc); in module_load_dso()
284 if (dso) in module_load_dso()
285 DSO_free(dso); in module_load_dso()
[all …]
DMakefile119 conf_mall.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
143 conf_mod.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
166 conf_sap.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
DMakefile.ssl121 conf_mall.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
145 conf_mod.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
168 conf_sap.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
DREADME29 path=/some/path/to/some/dso.so
/mirbsd/src/lib/libssl/src/crypto/engine/
Dhw_4758_cca.c156 static DSO *dso = NULL; variable
259 if(dso) in ibm_4758_cca_init()
265 dso = DSO_load(NULL, get_CCA4758_LIB_NAME(), NULL, 0); in ibm_4758_cca_init()
266 if(!dso) in ibm_4758_cca_init()
274 DSO_bind_func(dso, n_keyRecordRead)) || in ibm_4758_cca_init()
276 DSO_bind_func(dso, n_randomNumberGenerate)) || in ibm_4758_cca_init()
278 DSO_bind_func(dso, n_digitalSignatureGenerate)) || in ibm_4758_cca_init()
280 DSO_bind_func(dso, n_digitalSignatureVerify)) || in ibm_4758_cca_init()
282 DSO_bind_func(dso, n_publicKeyExtract)) || in ibm_4758_cca_init()
284 DSO_bind_func(dso, n_pkaEncrypt)) || in ibm_4758_cca_init()
[all …]
DMakefile.ssl134 eng_dyn.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
205 eng_openssl.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
263 hw_4758_cca.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
285 hw_aep.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
298 hw_atalla.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
332 hw_cswift.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
347 hw_ncipher.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
370 hw_nuron.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
384 hw_sureware.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
408 hw_ubsec.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
DMakefile132 eng_dyn.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
203 eng_openssl.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
261 hw_4758_cca.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
283 hw_aep.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
296 hw_atalla.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
330 hw_cswift.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
345 hw_ncipher.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
368 hw_nuron.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
382 hw_sureware.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
406 hw_ubsec.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
/mirbsd/src/lib/libssl/src/crypto/err/
Dopenssl.ec26 L DSO crypto/dso/dso.h crypto/dso/dso_err.c
DMakefile.ssl94 err_all.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
DMakefile92 err_all.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dsysroff.info24 (("dso") (1 byte) ("dso"))
377 ("dso" 0x3a
/mirbsd/src/lib/libssl/crypto/
DMakefile140 ${LCRYPTO_SRC}/engine ${LCRYPTO_SRC}/dso ${LCRYPTO_SRC}/ui \
164 crypto/dso/dso.h \
/mirbsd/src/lib/libssl/src/crypto/
DMakefile.ssl31 bn ec rsa dsa dh dso engine aes \
/mirbsd/src/lib/libssl/src/
DMakefile207 bn ec rsa dsa dh dso engine aes \
DMakefile.org205 bn ec rsa dsa dh dso engine aes \
/mirbsd/src/usr.sbin/httpd/
DMakefile.bsd-wrapper233 manual/dso.html \

12