/external/chromium_org/third_party/openssl/openssl/patches/ |
eng_dyn_dirs.patch | 8 be considered "loaded" for the next call of DSO_load(...) and cause 9 subsequent calls to DSO_load(...) fail with the reason code of "already 15 DSO_load(...) in the directory scanning loop. 27 @@ -237,11 +237,19 @@ DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) 28 if(ret->meth->dso_load == NULL) 37 if(!ret->meth->dso_load(ret)) 54 if((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
|
/external/openssl/patches/ |
eng_dyn_dirs.patch | 8 be considered "loaded" for the next call of DSO_load(...) and cause 9 subsequent calls to DSO_load(...) fail with the reason code of "already 15 DSO_load(...) in the directory scanning loop. 27 @@ -237,11 +237,19 @@ DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) 28 if(ret->meth->dso_load == NULL) 37 if(!ret->meth->dso_load(ret)) 54 if((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
|
/external/chromium_org/third_party/openssl/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) 246 if(!ret->meth->dso_load(ret))
|
dso_err.c | 98 {ERR_FUNC(DSO_F_DSO_LOAD), "DSO_load"},
|
/external/chromium_org/third_party/openssl/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/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) 246 if(!ret->meth->dso_load(ret))
|
dso_err.c | 98 {ERR_FUNC(DSO_F_DSO_LOAD), "DSO_load"},
|
/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/crypto/conf/ |
conf_mod.c | 261 dso = DSO_load(NULL, path, NULL, 0);
|
/external/openssl/crypto/conf/ |
conf_mod.c | 261 dso = DSO_load(NULL, path, NULL, 0);
|