Searched refs:RSA_new_method (Results 1 – 3 of 3) sorted by relevance
76 RSA *RSA_new(void) { return RSA_new_method(NULL); } in RSA_new()78 RSA *RSA_new_method(const ENGINE *engine) { in RSA_new_method() function
81 OPENSSL_EXPORT RSA *RSA_new_method(const ENGINE *engine);
2975 Unique_RSA rsa(RSA_new_method(g_engine));