OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
p_seal.c File Reference
#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_SealInit (EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk)
 
int EVP_SealFinal (EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
 

Function Documentation

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

Definition at line 109 of file p_seal.c.

int EVP_SealInit ( EVP_CIPHER_CTX ctx,
const EVP_CIPHER type,
unsigned char **  ek,
int *  ekl,
unsigned char *  iv,
EVP_PKEY **  pubk,
int  npubk 
)

Definition at line 69 of file p_seal.c.