Searched refs:rsa_priv_dec (Results 1 – 6 of 6) sorted by relevance
158 return meth->rsa_priv_dec; in RSA_meth_get_priv_dec()166 meth->rsa_priv_dec = priv_dec; in RSA_meth_set_priv_dec()
48 return rsa->meth->rsa_priv_dec(flen, from, to, rsa, padding); in RSA_private_decrypt()
111 int (*rsa_priv_dec) (int flen, const unsigned char *from, member
106 int (*rsa_priv_dec)(int flen, unsigned char *from,
609 rsa_meth->rsa_priv_dec = cryptoapi_rsa_priv_dec; in tls_cryptoapi_cert()
615 rsa_meth->rsa_priv_dec = cryptoapi_rsa_priv_dec; in tls_cryptoapi_cert()