Searched refs:rsa_pub_dec (Results 1 – 7 of 7) sorted by relevance
120 return meth->rsa_pub_dec; in RSA_meth_get_pub_dec()128 meth->rsa_pub_dec = pub_dec; in RSA_meth_set_pub_dec()
72 int (*rsa_pub_dec) (int flen, const unsigned char *from, member
48 return rsa->meth->rsa_pub_dec(flen, from, to, rsa, padding); in RSA_public_decrypt()
91 int (*rsa_pub_dec)(int flen, unsigned char *from,
607 rsa_meth->rsa_pub_dec = cryptoapi_rsa_pub_dec; in tls_cryptoapi_cert()
611 rsa_meth->rsa_pub_dec = cryptoapi_rsa_pub_dec; in tls_cryptoapi_cert()
12095 if rsa_pub_dec() and rsa_priv_enc() equivalents are not available.