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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_null.c66 static DSO_METHOD dso_meth_null = {
84 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
173 } DSO_METHOD; typedef in typeref:struct:dso_meth_st
180 DSO_METHOD *meth;
217 DSO * DSO_new_method(DSO_METHOD *method);
224 * then it will be used instead of the associated DSO_METHOD's function. If
234 * 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)
H A Ddso_dl.c64 DSO_METHOD *DSO_METHOD_dl(void)
89 static DSO_METHOD dso_meth_dl = {
107 DSO_METHOD *DSO_METHOD_dl(void)
112 /* For this DSO_METHOD, our meth_data STACK will contain;
H A Ddso_dlfcn.c64 DSO_METHOD *DSO_METHOD_dlfcn(void)
91 static DSO_METHOD dso_meth_dlfcn = {
109 DSO_METHOD *DSO_METHOD_dlfcn(void)
138 /* 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)
130 static DSO_METHOD dso_meth_win32 = {
148 DSO_METHOD *DSO_METHOD_win32(void)
153 /* For this DSO_METHOD, our meth_data STACK will contain;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_null.c69 static DSO_METHOD dso_meth_null = {
89 DSO_METHOD *DSO_METHOD_null(void)
H A Ddso.h76 * typical for the platform (more specifically the DSO_METHOD) using the
81 * utilise the DSO_METHOD's converter too if it only wants to override
157 * libraries at all, let alone a DSO_METHOD implemented for them.
173 * The default DSO_METHOD-specific function for converting filenames to a
178 * The default DSO_METHOD-specific function for converting filenames to a
189 } DSO_METHOD; typedef in typeref:struct:dso_meth_st
195 DSO_METHOD *meth;
242 DSO *DSO_new_method(DSO_METHOD *method);
250 * then it will be used instead of the associated DSO_METHOD's function. If
264 * filename, or if the callback isn't set it will instead use the DSO_METHOD'
[all...]
H A Ddso_openssl.c66 DSO_METHOD *DSO_METHOD_openssl(void)
H A Ddso_lib.c65 static DSO_METHOD *default_DSO_meth = NULL;
72 void DSO_set_default_method(DSO_METHOD *meth)
77 DSO_METHOD *DSO_get_default_method(void)
82 DSO_METHOD *DSO_get_method(DSO *dso)
87 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth)
89 DSO_METHOD *mtmp;
95 DSO *DSO_new_method(DSO_METHOD *meth)
190 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
428 DSO_METHOD *met
[all...]
H A Ddso_beos.c66 DSO_METHOD *DSO_METHOD_beos(void)
87 static DSO_METHOD dso_meth_beos = {
104 DSO_METHOD *DSO_METHOD_beos(void)
110 * For this DSO_METHOD, our meth_data STACK will contain; (i) a pointer to
H A Ddso_dl.c65 DSO_METHOD *DSO_METHOD_dl(void)
93 static DSO_METHOD dso_meth_dl = {
113 DSO_METHOD *DSO_METHOD_dl(void)
119 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
H A Ddso_dlfcn.c74 DSO_METHOD *DSO_METHOD_dlfcn(void)
114 static DSO_METHOD dso_meth_dlfcn = {
134 DSO_METHOD *DSO_METHOD_dlfcn(void)
166 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
H A Ddso_vms.c67 DSO_METHOD *DSO_METHOD_vms(void)
109 static DSO_METHOD dso_meth_vms = {
148 DSO_METHOD *DSO_METHOD_vms(void)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_null.c69 static DSO_METHOD dso_meth_null = {
89 DSO_METHOD *DSO_METHOD_null(void)
H A Ddso.h76 * typical for the platform (more specifically the DSO_METHOD) using the
81 * utilise the DSO_METHOD's converter too if it only wants to override
157 * libraries at all, let alone a DSO_METHOD implemented for them.
173 * The default DSO_METHOD-specific function for converting filenames to a
178 * The default DSO_METHOD-specific function for converting filenames to a
189 } DSO_METHOD; typedef in typeref:struct:dso_meth_st
195 DSO_METHOD *meth;
242 DSO *DSO_new_method(DSO_METHOD *method);
250 * then it will be used instead of the associated DSO_METHOD's function. If
264 * filename, or if the callback isn't set it will instead use the DSO_METHOD'
[all...]
H A Ddso_openssl.c66 DSO_METHOD *DSO_METHOD_openssl(void)
H A Ddso_lib.c65 static DSO_METHOD *default_DSO_meth = NULL;
72 void DSO_set_default_method(DSO_METHOD *meth)
77 DSO_METHOD *DSO_get_default_method(void)
82 DSO_METHOD *DSO_get_method(DSO *dso)
87 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth)
89 DSO_METHOD *mtmp;
95 DSO *DSO_new_method(DSO_METHOD *meth)
190 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
428 DSO_METHOD *met
[all...]
H A Ddso_beos.c66 DSO_METHOD *DSO_METHOD_beos(void)
87 static DSO_METHOD dso_meth_beos = {
104 DSO_METHOD *DSO_METHOD_beos(void)
110 * For this DSO_METHOD, our meth_data STACK will contain; (i) a pointer to
H A Ddso_dl.c65 DSO_METHOD *DSO_METHOD_dl(void)
93 static DSO_METHOD dso_meth_dl = {
113 DSO_METHOD *DSO_METHOD_dl(void)
119 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
H A Ddso_dlfcn.c74 DSO_METHOD *DSO_METHOD_dlfcn(void)
114 static DSO_METHOD dso_meth_dlfcn = {
134 DSO_METHOD *DSO_METHOD_dlfcn(void)
166 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
H A Ddso_vms.c67 DSO_METHOD *DSO_METHOD_vms(void)
109 static DSO_METHOD dso_meth_vms = {
148 DSO_METHOD *DSO_METHOD_vms(void)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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
173 } DSO_METHOD; typedef in typeref:struct:dso_meth_st
180 DSO_METHOD *meth;
217 DSO * DSO_new_method(DSO_METHOD *method);
224 * then it will be used instead of the associated DSO_METHOD's function. If
234 * filename, or if the callback isn't set it will instead use the DSO_METHOD'
[all...]

Completed in 66 milliseconds

12