Searched refs:try_load_engine (Results 1 – 2 of 2) sorted by relevance
28 static ENGINE *try_load_engine(const char *engine) in try_load_engine() function55 && (e = try_load_engine(id)) == NULL) { in setup_engine_methods()
1281 static ENGINE *try_load_engine(const char *engine) in try_load_engine() function1307 && (e = try_load_engine(engine)) == NULL) { in setup_engine()