Searched refs:ENGINE_get_DSA_method (Results 1 – 3 of 3) sorted by relevance
63 OPENSSL_EXPORT DSA_METHOD *ENGINE_get_DSA_method(const ENGINE *engine);
89 DSA_METHOD *ENGINE_get_DSA_method(const ENGINE *engine) { in ENGINE_get_DSA_method() function
85 dsa->meth = ENGINE_get_DSA_method(engine); in DSA_new_method()