Go to the documentation of this file. 1 #ifndef __CRYPTO_SSLRSA_H__
2 #define __CRYPTO_SSLRSA_H__
39 #include <openssl/evp.h>
79 int DecryptPublic(
const char *in,
int lin,
char *out,
int lout);
80 int EncryptPublic(
const char *in,
int lin,
char *out,
int lout);