Home | History | Annotate | Download | only in openssl

Lines Matching refs:RSA_encrypt

166 // RSA_encrypt encrypts |in_len| bytes from |in| to the public key from |rsa|
175 OPENSSL_EXPORT int RSA_encrypt(RSA *rsa, size_t *out_len, uint8_t *out,
206 // convention. Use |RSA_encrypt| instead.