#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) |
int EVP_SealFinal | ( | EVP_CIPHER_CTX * | ctx, |
unsigned char * | out, | ||
int * | outl | ||
) |
int EVP_SealInit | ( | EVP_CIPHER_CTX * | ctx, |
const EVP_CIPHER * | type, | ||
unsigned char ** | ek, | ||
int * | ekl, | ||
unsigned char * | iv, | ||
EVP_PKEY ** | pubk, | ||
int | npubk | ||
) |