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

/freebsd-9.3-release/crypto/openssl/crypto/dso/
H A Ddso_null.c69 static DSO_METHOD dso_meth_null = {
87 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
185 } DSO_METHOD; typedef in typeref:struct:dso_meth_st
191 DSO_METHOD *meth;
238 DSO *DSO_new_method(DSO_METHOD *method);
246 * then it will be used instead of the associated DSO_METHOD's function. If
260 * 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)
189 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
H A Ddso_dlfcn.c65 DSO_METHOD *DSO_METHOD_dlfcn(void)
92 static DSO_METHOD dso_meth_dlfcn = {
110 DSO_METHOD *DSO_METHOD_dlfcn(void)
142 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
H A Ddso_dl.c65 DSO_METHOD *DSO_METHOD_dl(void)
91 static DSO_METHOD dso_meth_dl = {
109 DSO_METHOD *DSO_METHOD_dl(void)
115 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle

Completed in 35 milliseconds