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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c141 dynamic_bind_engine bind_engine; member in struct:st_dynamic_data_ctx
222 c->bind_engine = NULL;
228 c->DYNAMIC_F2 = "bind_engine";
476 (ctx->bind_engine =
479 ctx->bind_engine = NULL;
504 ctx->bind_engine = NULL;
542 if (!ctx->bind_engine(e, ctx->engine_id, &fns)) {
543 ctx->bind_engine = NULL;
559 * trying to do so allows the bind_engine() code to have
H A Dengine.h781 * implemented with the symbol name "bind_engine". A standard implementation
791 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
/freebsd-9.3-release/crypto/openssl/engines/
H A De_gmp.c481 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns)
H A De_capi.c1735 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) function

Completed in 90 milliseconds