Searched defs:DYNAMIC_LIBNAME (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_dyn.c133 const char *DYNAMIC_LIBNAME; member in struct:st_dynamic_data_ctx
172 if(ctx->DYNAMIC_LIBNAME)
173 OPENSSL_free((void*)ctx->DYNAMIC_LIBNAME);
199 c->DYNAMIC_LIBNAME = NULL;
339 if(ctx->DYNAMIC_LIBNAME)
340 OPENSSL_free((void*)ctx->DYNAMIC_LIBNAME);
342 ctx->DYNAMIC_LIBNAME = BUF_strdup(p);
344 ctx->DYNAMIC_LIBNAME = NULL;
345 return (ctx->DYNAMIC_LIBNAME ? 1 : 0);
411 ctx->DYNAMIC_LIBNAME, NUL
[all...]

Completed in 447 milliseconds