Searched refs:ENGINE_get_RSA_method (Results 1 – 3 of 3) sorted by relevance
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
71 RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine) { in ENGINE_get_RSA_method() function
93 rsa->meth = ENGINE_get_RSA_method(engine); in RSA_new_method()