RSA_meth_new
LCRYPTO_USED(RSA_meth_new);
RSA_METHOD *RSA_meth_new(const char *name, int flags);
LCRYPTO_ALIAS(RSA_meth_new);
rsa_method = RSA_meth_new("libtls RSA method", 0);