Searched refs:openssl_bind_engine (Results 1 – 2 of 2) sorted by relevance
345 openssl_bind_engine bind_engine; in ENGINE_by_dso()347 bind_engine = (openssl_bind_engine)dlsym(handle, "bind_engine"); in ENGINE_by_dso()
92 typedef int (*openssl_bind_engine)(ENGINE *, const char *, const void *); typedef