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

/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Deng_dyn.c88 dynamic_bind_engine bind_engine; member in struct:st_dynamic_data_ctx
170 c->DYNAMIC_F2 = "bind_engine";
421 (ctx->bind_engine =
424 ctx->bind_engine = NULL;
449 ctx->bind_engine = NULL;
480 if (!ctx->bind_engine(e, ctx->engine_id, &fns)) {
481 ctx->bind_engine = NULL;
497 * trying to do so allows the bind_engine() code to have
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dengine.h708 * implemented with the symbol name "bind_engine". A standard implementation
718 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
720 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
/freebsd-13-stable/crypto/openssl/engines/
H A De_padlock.c738 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
740 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) function
H A De_capi.c1890 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
1892 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) function

Completed in 102 milliseconds