OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
p_open.c File Reference
#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)
 

Function Documentation

int EVP_OpenFinal ( EVP_CIPHER_CTX ctx,
unsigned char *  out,
int *  outl 
)

Definition at line 113 of file p_open.c.

int EVP_OpenInit ( EVP_CIPHER_CTX ctx,
const EVP_CIPHER type,
const unsigned char *  ek,
int  ekl,
const unsigned char *  iv,
EVP_PKEY priv 
)

Definition at line 69 of file p_open.c.