Searched refs:RSA_new_method (Results 1 – 3 of 3) sorted by relevance
81 RSA *RSA_new(void) { return RSA_new_method(NULL); } in RSA_new()83 RSA *RSA_new_method(const ENGINE *engine) { in RSA_new_method() function
80 OPENSSL_EXPORT RSA *RSA_new_method(const ENGINE *engine);
1175 bssl::UniquePtr<RSA> rsa(RSA_new_method(g_engine)); in NativeCrypto_getRSAPrivateKeyWrapper()