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

/external/openssl/crypto/dso/
H A Ddso.h73 /* By default, DSO_load() will translate the provided filename into a form
198 * be used in DSO_load() in place of meth->dso_name_converter. NB: This
202 * be used in DSO_load() in place of meth->dso_merger. NB: This
243 * DSO_METHOD during the processing of a DSO_load() call, and is exposed so that
271 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
H A Ddso_lib.c194 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) function
/external/openssl/include/openssl/
H A Ddso.h73 /* By default, DSO_load() will translate the provided filename into a form
198 * be used in DSO_load() in place of meth->dso_name_converter. NB: This
202 * be used in DSO_load() in place of meth->dso_merger. NB: This
243 * DSO_METHOD during the processing of a DSO_load() call, and is exposed so that
271 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
/external/openssl/crypto/engine/
H A Deng_dyn.c410 if((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
422 if(DSO_load(ctx->dynamic_dso, merge, NULL, 0))
/external/openssl/crypto/comp/
H A Dc_zlib.c349 zlib_dso = DSO_load(NULL, "ZLIB1", NULL, 0);
351 zlib_dso = DSO_load(NULL, "z", NULL, 0);
/external/openssl/crypto/conf/
H A Dconf_mod.c261 dso = DSO_load(NULL, path, NULL, 0);

Completed in 73 milliseconds