RSA_meth_set_priv_enc
if (RSA_meth_set_priv_enc(new_method, p11_rsa_private_encrypt) != 1)
!RSA_meth_set_priv_enc(rsa_meth, rsa_encrypt) ||
!RSA_meth_set_priv_enc(rsa_method, pkcs11_rsa_private_encrypt) ||
|| !RSA_meth_set_priv_enc(capi_rsa_method, capi_rsa_priv_enc)
int RSA_meth_set_priv_enc(RSA_METHOD *rsa,