Searched refs:DSO_METHOD (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_null.c66 static DSO_METHOD dso_meth_null = {
86 DSO_METHOD *DSO_METHOD_null(void)
H A Ddso.h74 * typical for the platform (more specifically the DSO_METHOD) using the
79 * the DSO_METHOD's converter too if it only wants to override behaviour for
150 * alone a DSO_METHOD implemented for them. */
163 /* The default DSO_METHOD-specific function for converting filenames to
166 /* The default DSO_METHOD-specific function for converting filenames to
178 } DSO_METHOD; typedef in typeref:struct:dso_meth_st
185 DSO_METHOD *meth;
222 DSO * DSO_new_method(DSO_METHOD *method);
229 * then it will be used instead of the associated DSO_METHOD's function. If
239 * filename, or if the callback isn't set it will instead use the DSO_METHOD'
[all...]
H A Ddso_openssl.c65 DSO_METHOD *DSO_METHOD_openssl(void)
H A Ddso_lib.c64 static DSO_METHOD *default_DSO_meth = NULL;
71 void DSO_set_default_method(DSO_METHOD *meth)
76 DSO_METHOD *DSO_get_default_method(void)
81 DSO_METHOD *DSO_get_method(DSO *dso)
86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth)
88 DSO_METHOD *mtmp;
94 DSO *DSO_new_method(DSO_METHOD *meth)
194 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
463 DSO_METHOD *met
[all...]
H A Ddso_beos.c65 DSO_METHOD *DSO_METHOD_beos(void)
86 static DSO_METHOD dso_meth_beos = {
103 DSO_METHOD *DSO_METHOD_beos(void)
108 /* For this DSO_METHOD, our meth_data STACK will contain;
H A Ddso_dl.c64 DSO_METHOD *DSO_METHOD_dl(void)
91 static DSO_METHOD dso_meth_dl = {
111 DSO_METHOD *DSO_METHOD_dl(void)
116 /* For this DSO_METHOD, our meth_data STACK will contain;
H A Ddso_dlfcn.c74 DSO_METHOD *DSO_METHOD_dlfcn(void)
112 static DSO_METHOD dso_meth_dlfcn = {
132 DSO_METHOD *DSO_METHOD_dlfcn(void)
161 /* For this DSO_METHOD, our meth_data STACK will contain;
H A Ddso_vms.c74 DSO_METHOD *DSO_METHOD_vms(void)
96 static DSO_METHOD dso_meth_vms = {
132 DSO_METHOD *DSO_METHOD_vms(void)
H A Ddso_win32.c65 DSO_METHOD *DSO_METHOD_win32(void)
136 static DSO_METHOD dso_meth_win32 = {
156 DSO_METHOD *DSO_METHOD_win32(void)
161 /* For this DSO_METHOD, our meth_data STACK will contain;
/barrelfish-master/include/openssl/
H A Ddso.h74 * typical for the platform (more specifically the DSO_METHOD) using the
79 * the DSO_METHOD's converter too if it only wants to override behaviour for
150 * alone a DSO_METHOD implemented for them. */
163 /* The default DSO_METHOD-specific function for converting filenames to
166 /* The default DSO_METHOD-specific function for converting filenames to
178 } DSO_METHOD; typedef in typeref:struct:dso_meth_st
185 DSO_METHOD *meth;
222 DSO * DSO_new_method(DSO_METHOD *method);
229 * then it will be used instead of the associated DSO_METHOD's function. If
239 * filename, or if the callback isn't set it will instead use the DSO_METHOD'
[all...]

Completed in 183 milliseconds