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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c133 DSO *dynamic_dso; member in struct:st_dynamic_data_ctx
193 if (ctx->dynamic_dso)
194 DSO_free(ctx->dynamic_dso);
220 c->dynamic_dso = NULL;
359 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1);
433 if ((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
442 char *merge = DSO_merge(ctx->dynamic_dso, ctx->DYNAMIC_LIBNAME, s);
445 if (DSO_load(ctx->dynamic_dso, merge, NULL, 0)) {
460 if (!ctx->dynamic_dso)
461 ctx->dynamic_dso
[all...]

Completed in 59 milliseconds