Searched refs:ENGINE_get_DH_method (Results 1 – 3 of 3) sorted by relevance
58 OPENSSL_EXPORT DH_METHOD *ENGINE_get_DH_method(const ENGINE *engine);
79 DH_METHOD *ENGINE_get_DH_method(const ENGINE *engine) { in ENGINE_get_DH_method() function
83 dh->meth = ENGINE_get_DH_method(engine); in DH_new_method()