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