RSA_meth_set_priv_enc
int RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc)(int flen,
RSA_meth_set_priv_enc(rsa_method, tls_rsa_priv_enc);
!RSA_meth_set_priv_enc(rsa_meth, rsa_encrypt) ||
!RSA_meth_set_priv_enc(rsa_method, pkcs11_rsa_private_encrypt) ||
int RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc)(int flen,