Searched refs:rsa_priv_dec (Results 1 – 6 of 6) sorted by relevance
152 return meth->rsa_priv_dec; in RSA_meth_get_priv_dec()160 meth->rsa_priv_dec = priv_dec; in RSA_meth_set_priv_dec()
76 int (*rsa_priv_dec) (int flen, const unsigned char *from, member
42 return rsa->meth->rsa_priv_dec(flen, from, to, rsa, padding); in RSA_private_decrypt()
99 int (*rsa_priv_dec)(int flen, unsigned char *from,
609 rsa_meth->rsa_priv_dec = cryptoapi_rsa_priv_dec; in tls_cryptoapi_cert()
613 rsa_meth->rsa_priv_dec = cryptoapi_rsa_priv_dec; in tls_cryptoapi_cert()