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

/bind-9.6-ESV-R11/lib/dns/
H A Dopenssl_link.c59 const char *engine_id = ENGINE_ID; variable
61 const char *engine_id; variable
77 dst__openssl_load_engine(const char *name, const char *engine_id,
223 if (engine_id != NULL) {
224 e = ENGINE_by_id(engine_id);
421 * 'engine_id' is the openssl engine name.
431 dst__openssl_load_engine(const char *name, const char *engine_id, argument
439 if (!strcasecmp(engine_id, "dynamic"))
441 e = ENGINE_by_id(engine_id);

Completed in 10 milliseconds