#include <stdio.h>
#include "cryptlib.h"
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
Go to the source code of this file.
Functions | |
int | EVP_PKEY_decrypt_old (unsigned char *key, const unsigned char *ek, int ekl, EVP_PKEY *priv) |