RSA_get_default_method
|| !ENGINE_set_RSA(e, RSA_get_default_method())
ret->meth = RSA_get_default_method();
const RSA_METHOD *RSA_get_default_method(void);
if ((rsa_meth = RSA_meth_dup(RSA_get_default_method())) == NULL)
rsa_method = RSA_meth_dup(RSA_get_default_method());