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

  /external/openssl/crypto/dso/
dso.h 73 /* By default, DSO_load() will translate the provided filename into a form
140 int (*dso_load)(DSO *dso); member in struct:dso_meth_st
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);
dso_lib.c 194 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
237 if(ret->meth->dso_load == NULL)
242 if(!ret->meth->dso_load(ret))
  /external/openssl/include/openssl/
dso.h 73 /* By default, DSO_load() will translate the provided filename into a form
140 int (*dso_load)(DSO *dso); member in struct:dso_meth_st
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/
eng_dyn.c 410 if((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
422 if(DSO_load(ctx->dynamic_dso, merge, NULL, 0))
  /external/openssl/crypto/comp/
c_zlib.c 349 zlib_dso = DSO_load(NULL, "ZLIB1", NULL, 0);
351 zlib_dso = DSO_load(NULL, "z", NULL, 0);
  /external/openssl/crypto/conf/
conf_mod.c 261 dso = DSO_load(NULL, path, NULL, 0);

Completed in 47 milliseconds