Searched refs:rsa_pub_enc (Results 1 – 5 of 5) sorted by relevance
104 return meth->rsa_pub_enc; in RSA_meth_get_pub_enc()112 meth->rsa_pub_enc = pub_enc; in RSA_meth_set_pub_enc()
70 int (*rsa_pub_enc) (int flen, const unsigned char *from, member
30 return rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding); in RSA_public_encrypt()
87 int (*rsa_pub_enc)(int flen, unsigned char *from,
607 rsa_meth->rsa_pub_enc = cryptoapi_rsa_pub_enc; in tls_cryptoapi_cert()