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