HomeSort by relevance Sort by last modified time
    Searched refs:DSO_METHOD (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/dso/
dso_null.c 66 static DSO_METHOD dso_meth_null = {
86 DSO_METHOD *DSO_METHOD_null(void)
dso.h 74 * 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;
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...]
dso_openssl.c 65 DSO_METHOD *DSO_METHOD_openssl(void)
dso_lib.c 64 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)
471 DSO_METHOD *meth = default_DSO_meth
    [all...]
dso_dl.c 64 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;
dso_dlfcn.c 74 DSO_METHOD *DSO_METHOD_dlfcn(void)
114 static DSO_METHOD dso_meth_dlfcn = {
134 DSO_METHOD *DSO_METHOD_dlfcn(void)
163 /* For this DSO_METHOD, our meth_data STACK will contain;
  /external/openssl/include/openssl/
dso.h 74 * 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;
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 329 milliseconds