#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/rsa.h>
Go to the source code of this file.
Functions | |
int | EVP_OpenInit (EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, const unsigned char *ek, int ekl, const unsigned char *iv, EVP_PKEY *priv) |
int | EVP_OpenFinal (EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) |
int EVP_OpenFinal | ( | EVP_CIPHER_CTX * | ctx, |
unsigned char * | out, | ||
int * | outl | ||
) |
int EVP_OpenInit | ( | EVP_CIPHER_CTX * | ctx, |
const EVP_CIPHER * | type, | ||
const unsigned char * | ek, | ||
int | ekl, | ||
const unsigned char * | iv, | ||
EVP_PKEY * | priv | ||
) |