HomeSort by relevance Sort by last modified time
    Searched full:dynamic_dso (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/engine/
eng_dyn.c 127 DSO *dynamic_dso; member in struct:st_dynamic_data_ctx
170 if(ctx->dynamic_dso)
171 DSO_free(ctx->dynamic_dso);
196 c->dynamic_dso = NULL;
325 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1);
410 if((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
419 char *merge = DSO_merge(ctx->dynamic_dso, ctx->DYNAMIC_LIBNAME, s);
422 if(DSO_load(ctx->dynamic_dso, merge, NULL, 0))
441 if(!ctx->dynamic_dso)
442 ctx->dynamic_dso = DSO_new()
    [all...]
  /external/openssl/patches/
eng_dyn_dirs.patch 54 if((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,

Completed in 206 milliseconds