Home
last modified time | relevance | path

Searched refs:DYNAMIC_LIBNAME (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_dyn.c143 const char *DYNAMIC_LIBNAME; member
195 if (ctx->DYNAMIC_LIBNAME) in dynamic_data_ctx_free_func()
196 OPENSSL_free((void *)ctx->DYNAMIC_LIBNAME); in dynamic_data_ctx_free_func()
223 c->DYNAMIC_LIBNAME = NULL; in dynamic_set_data_ctx()
370 if (ctx->DYNAMIC_LIBNAME) in dynamic_ctrl()
371 OPENSSL_free((void *)ctx->DYNAMIC_LIBNAME); in dynamic_ctrl()
373 ctx->DYNAMIC_LIBNAME = BUF_strdup(p); in dynamic_ctrl()
375 ctx->DYNAMIC_LIBNAME = NULL; in dynamic_ctrl()
376 return (ctx->DYNAMIC_LIBNAME ? 1 : 0); in dynamic_ctrl()
434 ctx->DYNAMIC_LIBNAME, NULL, in int_load()
[all …]