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

/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c129 DSO *dynamic_dso; member in struct:st_dynamic_data_ctx
189 if (ctx->dynamic_dso)
190 DSO_free(ctx->dynamic_dso);
216 c->dynamic_dso = NULL;
355 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1);
429 if ((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
438 char *merge = DSO_merge(ctx->dynamic_dso, ctx->DYNAMIC_LIBNAME, s);
441 if (DSO_load(ctx->dynamic_dso, merge, NULL, 0)) {
456 if (!ctx->dynamic_dso)
457 ctx->dynamic_dso
[all...]

Completed in 43 milliseconds