Searched refs:rsa_pub_dec (Results 1 – 6 of 6) sorted by relevance
126 return meth->rsa_pub_dec; in RSA_meth_get_pub_dec()134 meth->rsa_pub_dec = pub_dec; in RSA_meth_set_pub_dec()
54 return rsa->meth->rsa_pub_dec(flen, from, to, rsa, padding); in RSA_public_decrypt()
107 int (*rsa_pub_dec) (int flen, const unsigned char *from, member
98 int (*rsa_pub_dec)(int flen, unsigned char *from,
616 rsa_meth->rsa_pub_dec = cryptoapi_rsa_pub_dec; in tls_cryptoapi_cert()
17853 if rsa_pub_dec() and rsa_priv_enc() equivalents are not available.